nest-angular
nest-angular copied to clipboard
Production release
I'm on production release but webpack isn't working, can you tell us how can we build in production mode.. thank you in advance
could u provide me with some further explanations? this information is pretty insufficient
Hello! I have same problems. In prod mode i have many error "Cannot find module ..." with zone.js, rxjs and other. I think it becouse webpack doesnt set to prod mode for angular. isn't it? i need pull node modules folder to release container for working in prod.
I remove nodeExternals plagin from externals and now all good
@yofi2tofi can you please give a detailed list of steps you took to resolve the issue? Got the same problem here, but still no success on resolving the matter.
@NickvdMeij hello!
externals: dev ? [
nodeExternals({
whitelist: ['webpack/hot/poll?1000']
})
]: [nodeExternals(/^angular-froala-wysiwyg/)]