0.0.1 • Published 5 years ago
ignore-map-loader v0.0.1
ignore-map-loader
Ignore. map files in webpack
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'
}
0.0.1
5 years ago