Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jul 14, 2020
1 parent 705d236 commit a623a1b
Show file tree
Hide file tree
Showing 6 changed files with 1,549 additions and 1,776 deletions.
2 changes: 1 addition & 1 deletion build-config/webpack.dev.main.js
Expand Up @@ -2,7 +2,7 @@
* @since 2.2.0
*/

const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const path = require('path');

const common = require('./fragments/common');
Expand Down
2 changes: 1 addition & 1 deletion build-config/webpack.dev.plugins.js
@@ -1,7 +1,7 @@
/**
* @since 2.2.0
*/
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const path = require('path');

const common = require('./fragments/common');
Expand Down
2 changes: 1 addition & 1 deletion build-config/webpack.prod.main.js
Expand Up @@ -2,7 +2,7 @@
* @since 2.2.0
*/

const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const path = require('path');

const common = require('./fragments/common');
Expand Down
2 changes: 1 addition & 1 deletion build-config/webpack.prod.plugins.js
Expand Up @@ -2,7 +2,7 @@
* @since 2.2.0
*/

const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const path = require('path');

const common = require('./fragments/common');
Expand Down

0 comments on commit a623a1b

Please sign in to comment.