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 authored and dduran1967 committed Dec 9, 2017
1 parent ca2fa6e commit b93464f
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 b93464f

Please sign in to comment.