Skip to content
Snippets Groups Projects

Exchange 2016 support

Merged Alexey Lunin requested to merge exchange-2016-support into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@ const WebpackCleanPlugin = require('webpack-clean');
const common = require('./webpack.config');
module.exports = merge(common, {
mode: 'production',
mode: 'development', // TODO return to production after adding support for Exchange. Do not merge this line
plugins: [
new WebpackCleanPlugin('dist/viamapi-iframe.js')
]
Loading