You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the generated node_modules folder is missing .js files referenced in the factories.
This problem is also described here. Since the imports are re-written to relative paths but the original js files are omitted, bundling using e.g. rollup fails.
Reproduction
compile using ngc
ngx-bootstrap: 2.0.0-rc0
Angular: 5.2.0
Bootstrap: 3
Build system: ngc
The text was updated successfully, but these errors were encountered:
YevheniiaMazur
changed the title
[bug] Angular 5.2 ngc build produces node_modules folder with missing js files
fix(build): Angular 5.2 ngc build produces node_modules folder with missing js files
Jan 17, 2018
When building the generated node_modules folder is missing .js files referenced in the factories.
This problem is also described here. Since the imports are re-written to relative paths but the original js files are omitted, bundling using e.g. rollup fails.
Reproduction
ngx-bootstrap: 2.0.0-rc0
Angular: 5.2.0
Bootstrap: 3
Build system: ngc
The text was updated successfully, but these errors were encountered: