Socket
Socket
Sign inDemoInstall

@pinknetworkx/delete-sourcemaps-webpack-plugin

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinknetworkx/delete-sourcemaps-webpack-plugin

Webpack 5 plugin that will remove all SourceMaps url from files and remove .map files after compilation is done


Version published
Weekly downloads
1
Maintainers
5
Weekly downloads
 
Created
Source

DeleteSourceMapPlugin

Webpack 5 plugin that will remove all SourceMaps url from files and remove .map files after compilation is done

This plugin wont work with webpack version lower than 5

Installation

This plugin requires Webpack v5+ in order to work.

npm

npm i @pinknetworkx/delete-sourcemaps-webpack-plugin

yarn

yarn add @pinknetworkx/delete-sourcemaps-webpack-plugin

Usage

const DeleteSourceMapPlugin = require('@pinknetworkx/delete-sourcemaps-webpack-plugin')

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

Enjoy ✨

FAQs

Package last updated on 14 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc