You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.js
+1-9
Original file line number
Diff line number
Diff line change
@@ -111,11 +111,6 @@ class MiniCssExtractPlugin {
111
111
options
112
112
);
113
113
if(!this.options.chunkFilename){
114
-
if(this.isFunction(this.options.filename)){
115
-
thrownewError(
116
-
`You are required to provide a value for chunkFilename when using a Function for this.options.filename, please specify the [name], [id] or [chunkhash] in this function`
0 commit comments