Skip to content

Commit

Permalink
fix: Cannot read property 'pop' of undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalin Krustev committed May 27, 2021
1 parent d26acd0 commit 6e8abca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preset.js
Expand Up @@ -154,6 +154,7 @@ module.exports = ({
...prev,
[chunk]: {
test: RegExp(`[\\\\/]node_modules[\\\\/]${chunk}`),
enforce: true,
name: chunk,
chunks: 'all'
}
Expand Down

0 comments on commit 6e8abca

Please sign in to comment.