source-map-warning-plugin
Prevents webpack from generating source map unintentionally in production
Options
options: object
Name | Type | Default | Description |
---|---|---|---|
isProd | Boolean | false |
Specify the runtime environment is production |
envName | String | production |
the defined NODE_ENV value that means production enviroment |
Work Time
Plugin only work in production, it will check the current build process by:
isProd
declaration in this plugin's option.\NODE_ENV
enviroment variable.webpack.DefinePlugin
'sNODE_ENV
defination.