-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
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
production build issue unresolved './app/app.browser.module.ngfactory'' #39
Comments
after npm i enhanced-resolve@3.3.0 I can build in production |
Thanks @artemsoliar ! |
Fixed by 8eb90cf |
This is a temporary solution only when it's installed as an addition into an already up and running project. Deployment through a fresh install with npm install with this dependency set in package.json does not work. |
You're right that's why my PR does not work |
Now fixed via #41 (downgraded to webpack 3.3.0) |
@artemsoliar I'll publish a fix asap. |
I'm submitting a ... (check one with "x")
Current behavior
It seems to be that recently an npm dependency has been updated which causes build issues for production build 'build:universal-prod'
Expected/desired behavior
Prod Build should compile the production bundles
Minimal reproduction of the problem with instructions
Clone this repository locally
Run
Please tell us about your environment:
Windows 10
The text was updated successfully, but these errors were encountered: