0.0.2 • Published 5 years ago

sentry-extra-delete-sourcemap-webpack-plugin v0.0.2

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

delete-sourcemap-webpack-plugin

delete source map files after uploaded to sentry or anywhere

安装

npm i sentry-extra-delete-sourcemap-webpack-plugin -D

使用

// webpack.config.js
const DeleteSourceMapWebpackPlugin = require('sentry-extra-delete-sourcemap-webpack-plugin')

module.exports = {
    // ...
    plugins: [
        new DeleteSourceMapWebpackPlugin()
    ],
    // ...
}