Skip to content

iuap-design/ignore-map-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published