Skip to content

Commit 6e8abca

Browse files
author
Kalin Krustev
committed
fix: Cannot read property 'pop' of undefined
webpack-contrib/mini-css-extract-plugin#257 [UTCORE-121]
1 parent d26acd0 commit 6e8abca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

preset.js

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ module.exports = ({
154154
...prev,
155155
[chunk]: {
156156
test: RegExp(`[\\\\/]node_modules[\\\\/]${chunk}`),
157+
enforce: true,
157158
name: chunk,
158159
chunks: 'all'
159160
}

0 commit comments

Comments
 (0)