updated npm modules
This commit is contained in:
2
node_modules/laravel-mix/src/components/Extract.js
generated
vendored
2
node_modules/laravel-mix/src/components/Extract.js
generated
vendored
@@ -101,7 +101,7 @@ class Extract {
|
||||
|
||||
createCacheGroup(extraction) {
|
||||
const libsPattern = extraction.libs.join('|');
|
||||
const pattern = new RegExp(`node_modules[\\\\/](${libsPattern})`, 'i');
|
||||
const pattern = new RegExp(`(?<!node_modules.*)[\\\\/]node_modules[\\\\/](${libsPattern})[\\\\/]`, 'i');
|
||||
|
||||
return {
|
||||
test: pattern,
|
||||
|
||||
Reference in New Issue
Block a user