webpack-plugin-deletesourcemap
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

webpack-plugin-deletesourcemap

Installation

npm i webpack-plugin-deletesourcemap

Usage

const DeleteSourcemap = require('webpack-plugin-deletesourcemap');

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

Package Sidebar

Install

npm i webpack-plugin-deletesourcemap

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

6.09 kB

Total Files

6

Last publish

Collaborators

  • webgzh907247189