Skip to content

Commit

Permalink
fix: Remove unnecessary option (video-dev#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma authored and John Bartos committed Jun 17, 2019
1 parent da620e7 commit f723c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const lightPlugins = [...basePlugins, createDefinePlugin('light')];
const baseConfig = {
mode: 'development',
entry: './src/hls',
node: false,
optimization: {
splitChunks: false
},
Expand Down

0 comments on commit f723c06

Please sign in to comment.