Is it possible to use the standard webpack.config.js? I'm not sure how I'd go about doing something like merging config files for different environments (example: different loader when building for production), or using js keywords like new (example: new PluginName).
Is it possible to use the standard
webpack.config.js
? I'm not sure how I'd go about doing something like merging config files for different environments (example: different loader when building for production), or using js keywords likenew
(example:new PluginName
).