1.0.1 • Published 5 years ago

delete-sourcemap-webpack-plugin v1.0.1

Weekly downloads
512
License
ISC
Repository
github
Last release
5 years ago

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()
    ],
    // ...
}
1.0.1

5 years ago

1.0.0

5 years ago