I added a new npm package to my project and require it in one of my modules.
Now I get this message from webpack,
build modulesNote: The code generator has deoptimised the styling of "D:/path/to/project/node_modules/ramda/dist/ramda.js" as it exceeds the max of "100KB".
What does it mean? Do I need to take some action?
?compact=false
instead of thequery
parameter. For example:{test: /\.js$/, loaders: ['ng-annotate', 'babel?compact=false']}
– Disestablish