🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

webpack-plugin-deletesourcemap

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-plugin-deletesourcemap

webpack plugin deletesourcemap

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
10
233.33%
Maintainers
1
Weekly downloads
 
Created
Source

webpack-plugin-deletesourcemap

Installation

npm i webpack-plugin-deletesourcemap

Usage

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

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

Keywords

webpack

FAQs

Package last updated on 03 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts