Skip to content

Commit

Permalink
Remove broken sourcemap rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 committed Feb 9, 2018
1 parent e7c289f commit cefda08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports = merge.smart(require('./webpack.base.js'), {
new webpack.SourceMapDevToolPlugin({
// asset matching
test: /\.js?$/,
exclude: /node_modules/,

// file and reference
filename: '[file].map',
Expand Down

0 comments on commit cefda08

Please sign in to comment.