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