-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source js files are not included in npm package for v4 #18934
Comments
There are UMD-module wrapped (and babelified / es5) files available under |
Thanks for the answer, i will try this. |
I can't see those files. If I get bootstrap v4-dev, I'm only able to see the compiled bootrap file (minified and not minified), but no trace of umd under bootstrap/dist/js. Im installing bootstrap through npm by having this as dependency on my package.json: Any help on how can I have my modules back ? |
Hey @Avcajaraville, there's a recent change (for alpha 3) on how Bootstrap will distribute its source files. See #20072 for more information. |
I don't see es6 sources, umd, or cjs in the alpha.3 npm package. Am I missing something? EDIT: I just noticed this milestone has been updated to alpha.4. |
Believe this was resolved in Alpha 4. |
Hi,
When we install bootstrap 3.3.6 with npm, source js directory is included but no more with the v4
with both of the following commands:
npm install twbs/bootstrap#v4-dev
or
npm install bootstrap@4.0.0-alpha.2
I get this folder content
No source js files are present.
Regards
Stéphane
The text was updated successfully, but these errors were encountered: