Closed
Description
After an ng build --prod
, a directory listing of dist
looks like this:
inline.bundle.js
main.bundle.js
polyfills.bundle.js
styles.bundle.js
vendor.bundle.js
index.html
I am creating a widget and would like a consumer to include only one file - widget.js
. Is reverting to webpack the only option I have?
Metadata
Metadata
Assignees
Labels
No labels