source-map-warning-plugin

0.2.0 • Public • Published

source-map-warning-plugin

Prevents webpack from generating source map unintentionally in production

Options

new SourceMapWarningPlugin(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's NODE_ENV defination.

Package Sidebar

Install

npm i source-map-warning-plugin

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

  • guox