Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 818 Bytes

webpack.md

File metadata and controls

14 lines (9 loc) · 818 Bytes

Webpack Configuration

Most of the noise in the bundling processes is ignored with the stats configuration, but a stats.json file is generated for the production build

webpack-dev-server provides several options to custimize how and where your files are served
Entry points, asset files, if and where to open the browser, etc.
Please refer to the full documentation for a more fitting configurations

Note that in the production configuration we generate source maps only for the main bundle
If you wish to hide your code you should prevent normal users from accessing the sourcemaps/ directory in your server

Performance hints are enable in production mode, but they are only watching for .br files

browserlist - babel - postcss