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
Branches
Tags
No related merge requests found
const merge = require('webpack-merge'); const merge = require('webpack-merge');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const common = require('./webpack.common.js'); const common = require('./webpack.common.js');
module.exports = merge(common, { module.exports = merge(common, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment