ignore-map-loader

0.0.1 • Public • Published

ignore-map-loader

Ignore. map files in webpack

npm version NPM downloads

Getting Started

To begin, you'll need to install ignore-map-loader:

$ npm install ignore-map-loader -D

Config

Then add the loader to your webpack config. For example:

{
    test: /\.(map)$/,
    loader: 'ignore-map-loader'
}

Package Sidebar

Install

npm i ignore-map-loader

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

2.33 kB

Total Files

4

Last publish

Collaborators

  • kvkens