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
I need my project to be bundled into a single .js file. This works until using aurelia-dialog which results in a whole bunch of extra chunks output by webpack.
Steps to reproduce
au new - Create a default TS project using webpack
Well, maybe "submitting a bug report" is a bit harsh. Could be this turns out to be a support request. Anyways, would be greateful if this could be resolved.
I'm submitting a bug report
Library Version:
2.0.0
Webpack Version:
4.27.0
Language:
TypeScript 3.1.2
I need my project to be bundled into a single .js file. This works until using aurelia-dialog which results in a whole bunch of extra chunks output by webpack.
Steps to reproduce
au new
- Create a default TS project using webpackau build --env prod
- Make a prod build and verify there is only one .js file.npm install --save aurelia-dialog
app.ts
:au build --env prod
- Make a prod build and see there's a plethora of .js filesThe text was updated successfully, but these errors were encountered: