We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HMR code in main.browser.ts (lines 9-18) couses webpack to include compiler in the bundle when in AOT mode. https://i.gyazo.com/b42010db35a79fc6a6d4d7b730655a50.png
The text was updated successfully, but these errors were encountered:
When building Production mode?
Sorry, something went wrong.
yes!
Were you using source-map-explorer after running npm run build:aot and checking the dist folder?
webpack-bundle-analyzer.
Also I checked bundle sizes and there is half a meg of difference.
5568436
No branches or pull requests
HMR code in main.browser.ts (lines 9-18) couses webpack to include compiler in the bundle when in AOT mode.
https://i.gyazo.com/b42010db35a79fc6a6d4d7b730655a50.png
The text was updated successfully, but these errors were encountered: