Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit d4c8660

Browse files
committed
fix merge
1 parent 25bc9e2 commit d4c8660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const srcPath = path.resolve(rootPath, 'src');
44
const pkg = require('./package.json');
55
const libraryName = 'ReactDPlayer';
66
const webpack = require('webpack');
7-
const merge = require('webpack-merge');
7+
const { merge } = require('webpack-merge');
88
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
99
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
1010

0 commit comments

Comments
 (0)