更新 webpack.dev.config.js

remotes/origin/master
钟进 4 years ago
parent ec38079a71
commit e5cd54c086

@ -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')

Loading…
Cancel
Save