Skip to content

Commit 246f01d

Browse files
committed
Remove deprecated webpack.LoaderOptionsPlugin
1 parent de93b33 commit 246f01d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ const webpackConfig = {
6060
}
6161
]
6262
},
63-
plugins: [
64-
new webpack.LoaderOptionsPlugin({
65-
debug: true
66-
}),
67-
],
6863
// https://webpack.github.io/docs/webpack-dev-server.html#additional-configuration-options
6964
devServer: {
7065
disableHostCheck: true,

0 commit comments

Comments
 (0)