iuap-design / ignore-map-loader

Ignore. map files in webpack

Home Page:https://www.npmjs.com/package/ignore-map-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
}

About

Ignore. map files in webpack

https://www.npmjs.com/package/ignore-map-loader

License:MIT License


Languages

Language:JavaScript 100.0%