Update webpack-merge

This commit is contained in:
Bill Thornton 2021-06-15 00:44:00 -04:00
parent 8c23911044
commit 60d0e1f132
4 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
const path = require('path');
const common = require('./webpack.common');
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const WorkboxPlugin = require('workbox-webpack-plugin');
module.exports = merge(common, {