Skip to content

Commit

Permalink
fix: update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vios-fish committed Feb 2, 2021
1 parent bff76a5 commit c7e147d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/webpack.dev.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const webpack = require('webpack');
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const common = require('./webpack.common.js');
const path = require('path');
const BundleTracker = require('webpack-bundle-tracker');
Expand Down
2 changes: 1 addition & 1 deletion front/webpack.prod.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const webpack = require('webpack');
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const common = require('./webpack.common.js');
const path = require('path');
const BundleTracker = require('webpack-bundle-tracker');
Expand Down

0 comments on commit c7e147d

Please sign in to comment.