Update webpack-merge
This commit is contained in:
parent
8c23911044
commit
60d0e1f132
4 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
const path = require('path');
|
||||
const common = require('./webpack.common');
|
||||
const merge = require('webpack-merge');
|
||||
const { merge } = require('webpack-merge');
|
||||
|
||||
module.exports = merge(common, {
|
||||
// In order for live reload to work we must use "web" as the target not "browserlist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue