Skip to content
Snippets Groups Projects
Commit d830b02f authored by Thomas Roos's avatar Thomas Roos
Browse files

Remove surplus webpack module from config

parent 72e40a01
No related branches found
No related tags found
No related merge requests found
const merge = require('webpack-merge');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const common = require('./webpack.common.js');
module.exports = merge(common, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment