Skip to content

Commit

Permalink
Update commons glob for granular chunks (#8622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and timneutkens committed Sep 4, 2019
1 parent cba5c05 commit 110c83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
4 changes: 2 additions & 2 deletions test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const clientGlobs = [
name: 'Client Bundles (main, webpack, commons)',
globs: [
'.next/static/runtime/+(main|webpack)-!(*.module.js)',
'.next/static/chunks/commons!(*.module.js)'
'.next/static/chunks/!(*.module.js)'
]
},
{
name: 'Client Bundles (main, webpack, commons) Modern',
globs: [
'.next/static/runtime/+(main|webpack)-*.module.js',
'.next/static/chunks/commons.*.module.js'
'.next/static/chunks/*.module.js'
]
},
{
Expand Down
34 changes: 0 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9699,26 +9699,6 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==

[email protected]:
version "9.0.5"
resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.5.tgz#4b7fe976d0900dd865b3c5777287ccd4df200794"
integrity sha512-99+2QXbB0WDw0Oec1LQRVMAsnqcPR7UdJgcMMGrxql/o9w/E4i0lQu7ucEU7ageVnyVqzfjfoNJNhyODyRyOJA==
dependencies:
"@ampproject/toolbox-optimizer" "1.0.1"
compression "1.7.4"
content-type "1.0.4"
cookie "0.4.0"
etag "1.8.1"
find-up "4.0.0"
fresh "0.5.2"
path-to-regexp "2.1.0"
prop-types "15.7.2"
raw-body "2.4.0"
react-is "16.8.6"
send "0.17.1"
styled-jsx "3.2.1"
url "0.11.0"

nice-try@^1.0.4:
version "1.0.5"
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
Expand Down Expand Up @@ -13055,20 +13035,6 @@ strong-log-transformer@^2.0.0:
minimist "^1.2.0"
through "^2.3.4"

[email protected]:
version "3.2.1"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.2.1.tgz#452051fe50df5e9c7c7f3dd20fa46c3060ac65b0"
integrity sha512-gM/WOrWYRpWReivzQqetEGohUc/TJSvUoZ5T/UJxJZIsVIPlRQLnp7R8Oue4q49sI08EBRQjQl2oBL3sfdrw2g==
dependencies:
babel-plugin-syntax-jsx "6.18.0"
babel-types "6.26.0"
convert-source-map "1.6.0"
loader-utils "1.2.3"
source-map "0.7.3"
string-hash "1.1.3"
stylis "3.5.4"
stylis-rule-sheet "0.0.10"

[email protected]:
version "3.2.2"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.2.2.tgz#03d02d26725195d17b6a979eb8d7c34761a16bf8"
Expand Down

0 comments on commit 110c83f

Please sign in to comment.