Prepare to publish new version

This commit is contained in:
Mathias Biilmann Christensen
2016-11-11 17:28:56 -08:00
parent 0eff4484d0
commit 8623a514af
2 changed files with 8 additions and 2 deletions

View File

@ -40,4 +40,5 @@ module.exports = merge.smart(require('./webpack.base.js'), {
// Extract CSS
new ExtractTextPlugin('[name].css', { allChunks: true }),
],
devTool: 'source-map',
});