From e5cd54c086e182f5ccfa15d7e9a77e00f870189b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 16 Jun 2020 14:37:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20webpack.dev.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack/v4/webpack.dev.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/webpack/v4/webpack.dev.config.js b/webpack/v4/webpack.dev.config.js index 3b088c1..7e3eee8 100644 --- a/webpack/v4/webpack.dev.config.js +++ b/webpack/v4/webpack.dev.config.js @@ -5,9 +5,6 @@ const configBase = require('./webpack.base.config.js'); module.exports = merge(configBase, { mode: 'development', plugins: [ - new webpack.ProvidePlugin({ - videojs: 'video.js', - }), new webpack.DefinePlugin({ __IN_DEV__: JSON.stringify(true), __ENV__: JSON.stringify('dev')