Please enable JavaScript.
Coggle requires JavaScript to display documents.
Webpack for React (Plugins
during the whole process (HotModuleReplacement…
Webpack for React
-
-
-
-
-
dev options
source-map on Production - slow build time
eval-source-map on Dev - devtool: 'eval-source-map'
Loaders
json-loader, babel
during the build process
Building for larger projects, use separate config file
webpack.production.config.js
-