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
You could create a custom script to concat the files after the ng build --prod maybe on a repo pipeline, cd/ci hook, or create a custom script in the package.json "build": "ng build --prod && gulp concat"
Just make sure to keep the same order though.
After an
ng build --prod
, a directory listing ofdist
looks like this: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?The text was updated successfully, but these errors were encountered: