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

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hnsylitao committed Oct 4, 2020
1 parent 25bc9e2 commit d4c8660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const srcPath = path.resolve(rootPath, 'src');
const pkg = require('./package.json');
const libraryName = 'ReactDPlayer';
const webpack = require('webpack');
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');

Expand Down

0 comments on commit d4c8660

Please sign in to comment.