delete-sourcemap-webpack-plugin

1.0.1 • Public • Published

delete-sourcemap-webpack-plugin

delete source map url and files after uploaded to anywhere

// webpack.config.js
const DeleteSourceMapWebpackPlugin = require('delete-sourcemap-webpack-plugin')
 
module.exports = {
    // ...
    plugins: [
        new DeleteSourceMapWebpackPlugin()
    ],
    // ...
}

Readme

Keywords

Package Sidebar

Install

npm i delete-sourcemap-webpack-plugin

Weekly Downloads

1,305

Version

1.0.1

License

ISC

Unpacked Size

2.25 kB

Total Files

3

Last publish

Collaborators

  • zoeying