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

Return build back to production mode

parent aeaa13fb
No related branches found
No related tags found
1 merge request!83Exchange 2016 support
......@@ -3,7 +3,7 @@ const WebpackCleanPlugin = require('webpack-clean');
const common = require('./webpack.config');
module.exports = merge(common, {
mode: 'development', // TODO return to production after adding support for Exchange. Do not merge this line
mode: 'production',
plugins: [
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