Skip to content
Snippets Groups Projects
Commit 2e82f12f authored by Alexey Lunin's avatar Alexey Lunin
Browse files

Turn webpack in debug mode

parent 01e08671
No related branches found
No related tags found
1 merge request!83Exchange 2016 support
...@@ -3,7 +3,7 @@ const WebpackCleanPlugin = require('webpack-clean'); ...@@ -3,7 +3,7 @@ const WebpackCleanPlugin = require('webpack-clean');
const common = require('./webpack.config'); const common = require('./webpack.config');
module.exports = merge(common, { module.exports = merge(common, {
mode: 'production', mode: 'development', // TODO return to production after adding support for Exchange. Do not merge this line
plugins: [ plugins: [
new WebpackCleanPlugin('dist/viamapi-iframe.js') new WebpackCleanPlugin('dist/viamapi-iframe.js')
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment