-
Notifications
You must be signed in to change notification settings - Fork 12k
JS files from 3rd party to be included in index.html are not copied to dist/ **in prod mode** #949
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
Comments
The current recommended solution is to never add script tags to Production builds use bundling of all dependencies and thus will never generate individual vendor files (except for the ones initially needed to load SystemJS). The polyfills solution is not the recommended one. |
Having the same issue. |
Thanks, that fixed it for me. -----Original Message----- @lamaan you can find an example in this issue #1015 You are receiving this because you were mentioned. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
angular-cli: 1.0.0-beta.5
node: 5.10.1
os: linux x64
Repro steps.
angular-cli-build.js
src/system-config.ts
src/index.html
The failure
Mention any other details that might be useful.
The solution I have found is
Questions
The text was updated successfully, but these errors were encountered: