Skip to content

Commit

Permalink
Disable dead code removal.
Browse files Browse the repository at this point in the history
A bug in the minifier breaks the N3 parser
(babel/minify#685).
  • Loading branch information
RubenVerborgh committed Sep 8, 2017
1 parent ac05c1f commit 54c24d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module.exports = {
},
devtool: 'source-map',
plugins: [
new MinifyPlugin()
new MinifyPlugin({ deadcode: false })
]
}

0 comments on commit 54c24d2

Please sign in to comment.