Skip to content

Instantly share code, notes, and snippets.

@shawninder
Created February 24, 2021 17:12
Show Gist options
  • Save shawninder/fc75f057fb2dbef7b6721066d5d1107f to your computer and use it in GitHub Desktop.
Save shawninder/fc75f057fb2dbef7b6721066d5d1107f to your computer and use it in GitHub Desktop.
In planet4-docker-compose, `make update-deps`
./scripts/update-repos.sh
Updating main theme...
Already on 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
Updating gutenberg blocks...
Already on 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
./scripts/install-deps.sh
+ APP_USER=app
+ NODE_USER=node
+ docker-compose exec -u app php-fpm bash -c 'cd /app/source/public/wp-content/themes/planet4-master-theme && composer install --prefer-dist'
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 38 installs, 0 updates, 0 removals
- Installing greenpeace/github-archive-installer (1.2): Loading from cache
- Installing composer/installers (v1.9.0): Loading from cache
- Installing squizlabs/php_codesniffer (3.5.8): Loading from cache
- Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.1): Loading from cache
- Installing laminas/laminas-zendframework-bridge (1.1.1): Loading from cache
- Installing symfony/polyfill-ctype (v1.22.0): Loading from cache
- Installing webmozart/assert (1.9.1): Loading from cache
- Installing phpdocumentor/reflection-common (2.2.0): Loading from cache
- Installing phpdocumentor/type-resolver (1.4.0): Loading from cache
- Installing phpdocumentor/reflection-docblock (5.2.2): Loading from cache
- Installing phpunit/php-token-stream (2.0.2): Loading from cache
- Installing sebastian/version (2.0.1): Loading from cache
- Installing sebastian/resource-operations (1.0.0): Loading from cache
- Installing sebastian/recursion-context (3.0.1): Loading from cache
- Installing sebastian/object-reflector (1.1.2): Loading from cache
- Installing sebastian/object-enumerator (3.0.4): Loading from cache
- Installing sebastian/global-state (2.0.0): Loading from cache
- Installing sebastian/exporter (3.1.3): Loading from cache
- Installing sebastian/environment (3.1.0): Loading from cache
- Installing sebastian/diff (2.0.1): Loading from cache
- Installing sebastian/comparator (2.1.3): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing doctrine/instantiator (1.4.0): Loading from cache
- Installing phpunit/phpunit-mock-objects (5.0.10): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.5): Loading from cache
- Installing theseer/tokenizer (1.2.0): Loading from cache
- Installing sebastian/code-unit-reverse-lookup (1.0.2): Loading from cache
- Installing phpunit/php-code-coverage (5.3.2): Loading from cache
- Installing phpspec/prophecy (v1.10.3): Loading from cache
- Installing phar-io/version (1.0.1): Loading from cache
- Installing phar-io/manifest (1.0.1): Loading from cache
- Installing myclabs/deep-copy (1.10.2): Loading from cache
- Installing phpunit/phpunit (6.5.14): Loading from cache
- Installing laminas/laminas-dom (2.8.0): Loading from cache
- Installing stevegrunwell/phpunit-markup-assertions (v1.3.0): Loading from cache
- Installing wp-coding-standards/wpcs (2.3.0): Loading from cache
- Installing wpackagist-plugin/timber-library (1.16.0): Loading from cache
sebastian/global-state suggests installing ext-uopz (*)
phpunit/phpunit-mock-objects suggests installing ext-soap (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing ext-xdebug (*)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
PHP CodeSniffer Config installed_paths set to ../../wp-coding-standards/wpcs
+ docker-compose exec -u app php-fpm bash -c 'cd /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks && composer install --prefer-dist'
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 36 installs, 0 updates, 0 removals
- Installing greenpeace/github-archive-installer (1.2): Loading from cache
- Installing squizlabs/php_codesniffer (3.5.8): Loading from cache
- Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.1): Loading from cache
- Installing laminas/laminas-zendframework-bridge (1.1.1): Loading from cache
- Installing symfony/polyfill-ctype (v1.22.0): Loading from cache
- Installing webmozart/assert (1.9.1): Loading from cache
- Installing phpdocumentor/reflection-common (2.2.0): Loading from cache
- Installing phpdocumentor/type-resolver (1.4.0): Loading from cache
- Installing phpdocumentor/reflection-docblock (5.2.2): Loading from cache
- Installing phpunit/php-token-stream (2.0.2): Loading from cache
- Installing sebastian/version (2.0.1): Loading from cache
- Installing sebastian/resource-operations (1.0.0): Loading from cache
- Installing sebastian/recursion-context (3.0.1): Loading from cache
- Installing sebastian/object-reflector (1.1.2): Loading from cache
- Installing sebastian/object-enumerator (3.0.4): Loading from cache
- Installing sebastian/global-state (2.0.0): Loading from cache
- Installing sebastian/exporter (3.1.3): Loading from cache
- Installing sebastian/environment (3.1.0): Loading from cache
- Installing sebastian/diff (2.0.1): Loading from cache
- Installing sebastian/comparator (2.1.3): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing doctrine/instantiator (1.4.0): Loading from cache
- Installing phpunit/phpunit-mock-objects (5.0.10): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.5): Loading from cache
- Installing theseer/tokenizer (1.2.0): Loading from cache
- Installing sebastian/code-unit-reverse-lookup (1.0.2): Loading from cache
- Installing phpunit/php-code-coverage (5.3.2): Loading from cache
- Installing phpspec/prophecy (v1.10.3): Loading from cache
- Installing phar-io/version (1.0.1): Loading from cache
- Installing phar-io/manifest (1.0.1): Loading from cache
- Installing myclabs/deep-copy (1.10.2): Loading from cache
- Installing phpunit/phpunit (6.5.14): Loading from cache
- Installing laminas/laminas-dom (2.8.0): Loading from cache
- Installing stevegrunwell/phpunit-markup-assertions (v1.3.0): Loading from cache
- Installing wp-coding-standards/wpcs (2.3.0): Loading from cache
sebastian/global-state suggests installing ext-uopz (*)
phpunit/phpunit-mock-objects suggests installing ext-soap (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing ext-xdebug (*)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
PHP CodeSniffer Config installed_paths set to ../../wp-coding-standards/wpcs
+ docker-compose exec -u node node sh -c 'cd /app/source/public/wp-content/themes/planet4-master-theme && npm install --no-audit --progress=false'
> puppeteer@1.6.1 install /app/source/public/wp-content/themes/planet4-master-theme/node_modules/puppeteer
> node install.js
**INFO** Skipping Chromium download. "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" environment variable was found.
> node-sass@4.14.1 install /app/source/public/wp-content/themes/planet4-master-theme/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/node/.npm/node-sass/4.14.1/linux_musl-x64-83_binding.node
> core-js@3.6.5 postinstall /app/source/public/wp-content/themes/planet4-master-theme/node_modules/@wordpress/babel-preset-default/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> core-js-pure@3.6.5 postinstall /app/source/public/wp-content/themes/planet4-master-theme/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
> ejs@2.7.4 postinstall /app/source/public/wp-content/themes/planet4-master-theme/node_modules/ejs
> node ./postinstall.js
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
> core-js@2.6.11 postinstall /app/source/public/wp-content/themes/planet4-master-theme/node_modules/wait-on/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
> node-sass@4.14.1 postinstall /app/source/public/wp-content/themes/planet4-master-theme/node_modules/node-sass
> node scripts/build.js
Binary found at /app/source/public/wp-content/themes/planet4-master-theme/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
Testing binary
Binary is fine
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 2117 packages from 936 contributors in 747.439s
75 packages are looking for funding
run `npm fund` for details
+ docker-compose exec -u node node sh -c 'cd /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks && npm install --no-audit --progress=false'
> puppeteer@1.6.1 install /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/puppeteer
> node install.js
**INFO** Skipping Chromium download. "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" environment variable was found.
> node-sass@4.14.1 install /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/node/.npm/node-sass/4.14.1/linux_musl-x64-83_binding.node
> core-js-pure@3.1.4 postinstall /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/core-js-pure
> node scripts/postinstall || echo "ignore"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> ejs@2.7.4 postinstall /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/ejs
> node ./postinstall.js
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
> core-js@2.6.9 postinstall /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/wait-on/node_modules/core-js
> node scripts/postinstall || echo "ignore"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> core-js@3.6.5 postinstall /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> node-sass@4.14.1 postinstall /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/node-sass
> node scripts/build.js
Binary found at /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
Testing binary
Binary is fine
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/watchpack/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 1930 packages from 867 contributors in 527.317s
40 packages are looking for funding
run `npm fund` for details
./scripts/build-assets.sh
+ NODE_USER=node
+ docker-compose exec -u node node sh -c 'cd /app/source/public/wp-content/themes/planet4-master-theme && npm run build'
> planet4-master-theme@ build /app/source/public/wp-content/themes/planet4-master-theme
> wp-scripts build --config webpack.config.js --mode production
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
webpack-fix-style-only-entries: removing js from style only module: bootstrap.js
webpack-fix-style-only-entries: removing js from style only module: style.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
remove-files-plugin@1.1.3: Following items have been removed:
files:
/assets/build/style.deps.json
Hash: eeb6454d8959411ebaf7
Version: webpack 4.40.2
Time: 66989ms
Built at: 02/24/2021 5:09:55 PM
Asset Size Chunks Chunk Names
../../images/symbol/svg/sprite.symbol.svg 36.8 KiB [emitted] ../../images/symbol/svg/sprite.symbol
./bootstrap.min.css 83.9 KiB 1 [emitted] bootstrap
./bootstrap.min.css.map 176 KiB [emitted]
./style.min.css 86.2 KiB 4 [emitted] style
./style.min.css.map 140 KiB [emitted]
archive_picker.deps.json 28 bytes 0 [emitted] archive_picker
archive_picker.js 10.1 KiB 0 [emitted] archive_picker
archive_picker.js.LICENSE 124 bytes [emitted]
bootstrap.deps.json 15 bytes 1 [emitted] bootstrap
index.deps.json 24 bytes 2 [emitted] index
index.js 101 KiB 2 [emitted] index
index.js.LICENSE 1.47 KiB [emitted]
lite-yt-embed.deps.json 15 bytes 3 [emitted] lite-yt-embed
lite-yt-embed.js 2.54 KiB 3 [emitted] lite-yt-embed
style.deps.json 15 bytes 4 [emitted] style
Entrypoint index = index.js index.deps.json
Entrypoint style = ./style.min.css style.deps.json
Entrypoint bootstrap = ./bootstrap.min.css bootstrap.deps.json
Entrypoint archive_picker = archive_picker.js archive_picker.deps.json
Entrypoint lite-yt-embed = lite-yt-embed.js lite-yt-embed.deps.json
[0] external {"this":["wp","element"]} 42 bytes {0} [built]
[9] external {"this":"jQuery"} 42 bytes {2} [built]
[12] ./assets/src/scss/styleguide/src/icons sync \.svg$ 1.19 KiB {2} [built]
[13] ./assets/src/scss/styleguide/src/icons/angle-right.svg 240 bytes {2} [optional] [built]
[14] ./assets/src/scss/styleguide/src/icons/creative-commons.svg 250 bytes {2} [optional] [built]
[15] ./assets/src/scss/styleguide/src/icons/download.svg 234 bytes {2} [optional] [built]
[16] ./assets/src/scss/styleguide/src/icons/envelope.svg 234 bytes {2} [optional] [built]
[17] ./assets/src/scss/styleguide/src/icons/facebook-f.svg 238 bytes {2} [optional] [built]
[18] ./assets/src/scss/styleguide/src/icons/facebook-square.svg 248 bytes {2} [optional] [built]
[19] ./assets/src/scss/styleguide/src/icons/facebook.svg 234 bytes {2} [optional] [built]
[20] ./assets/src/scss/styleguide/src/icons/file-pdf.svg 234 bytes {2} [optional] [built]
[66] ./assets/src/scss/style.scss 39 bytes {4} [built]
[67] ./assets/src/scss/bootstrap-build.scss 39 bytes {1} [built]
[75] ./assets/src/js/app.js + 9 modules 19.4 KiB {2} [built]
| ./assets/src/js/app.js 848 bytes [built]
| ./assets/src/js/cookies.js 1.7 KiB [built]
| ./assets/src/js/country_select.js 2.18 KiB [built]
| ./assets/src/js/global.js 216 bytes [built]
| ./assets/src/js/header.js 3.96 KiB [built]
| ./assets/src/js/load_more.js 878 bytes [built]
| ./assets/src/js/pdf_icon.js 308 bytes [built]
| ./assets/src/js/search.js 5.19 KiB [built]
| ./assets/src/js/external_links.js 2.43 KiB [built]
| ./assets/src/js/enhancedDonateButton.js 1.73 KiB [built]
[76] ./assets/src/js/archive_picker.js + 6 modules 15.4 KiB {0} [built]
| ./assets/src/js/archive_picker.js 275 bytes [built]
| ./assets/src/js/Components/ArchivePicker.js 4.49 KiB [built]
| ./assets/src/js/Components/archivePicker/useImages.js 5.07 KiB [built]
| ./assets/src/js/Components/archivePicker/ArchivePickerList.js 1.41 KiB [built]
| ./assets/src/js/Components/archivePicker/SingleSidebar.js 2.92 KiB [built]
| ./assets/src/js/Components/archivePicker/MultiSidebar.js 821 bytes [built]
| ./assets/src/js/Components/archivePicker/sizeFunctions.js 467 bytes [built]
+ 64 hidden modules
+ docker-compose exec -u node node sh -c 'cd /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks && npm run build'
> planet4-plugin-gutenberg-blocks@ build /app/source/public/wp-content/plugins/planet4-plugin-gutenberg-blocks
> wp-scripts build --mode production
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
webpack-fix-style-only-entries: removing js from style only module: editorStyle.js
webpack-fix-style-only-entries: removing js from style only module: lightbox.js
webpack-fix-style-only-entries: removing js from style only module: style.js
webpack-fix-style-only-entries: removing js from style only module: theme_antarctic.js
webpack-fix-style-only-entries: removing js from style only module: theme_arctic.js
webpack-fix-style-only-entries: removing js from style only module: theme_climate.js
webpack-fix-style-only-entries: removing js from style only module: theme_forest.js
webpack-fix-style-only-entries: removing js from style only module: theme_oceans.js
webpack-fix-style-only-entries: removing js from style only module: theme_oil.js
webpack-fix-style-only-entries: removing js from style only module: theme_plastic.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
remove-files-plugin@1.1.3: Following items have been removed:
files:
/assets/build/editorStyle.deps.json
/assets/build/style.deps.json
/assets/build/theme_antarctic.deps.json
/assets/build/theme_arctic.deps.json
/assets/build/theme_climate.deps.json
/assets/build/theme_forest.deps.json
/assets/build/theme_oceans.deps.json
/assets/build/theme_oil.deps.json
/assets/build/theme_plastic.deps.json
Hash: 4af27d3a5c634dacaf00
Version: webpack 4.43.0
Time: 64411ms
Built at: 02/24/2021 5:11:21 PM
Asset Size Chunks Chunk Names
./editorStyle.min.css 233 KiB 2 [emitted] editorStyle
./editorStyle.min.css.map 843 KiB [emitted] [big]
./lightbox.min.css 10.9 KiB 4 [emitted] lightbox
./lightbox.min.css.map 22.1 KiB [emitted]
./style.min.css 117 KiB 5 [emitted] style
./style.min.css.map 172 KiB [emitted]
./theme_antarctic.min.css 39.4 KiB 6 [emitted] theme_antarctic
./theme_antarctic.min.css.map 98.5 KiB [emitted]
./theme_arctic.min.css 40 KiB 7 [emitted] theme_arctic
./theme_arctic.min.css.map 100 KiB [emitted]
./theme_climate.min.css 46.8 KiB 8 [emitted] theme_climate
./theme_climate.min.css.map 112 KiB [emitted]
./theme_forest.min.css 51.8 KiB 9 [emitted] theme_forest
./theme_forest.min.css.map 118 KiB [emitted]
./theme_oceans.min.css 39.4 KiB 10 [emitted] theme_oceans
./theme_oceans.min.css.map 101 KiB [emitted]
./theme_oil.min.css 47.8 KiB 11 [emitted] theme_oil
./theme_oil.min.css.map 115 KiB [emitted]
./theme_plastic.min.css 41.2 KiB 12 [emitted] theme_plastic
./theme_plastic.min.css.map 105 KiB [emitted]
carouselHeaderFrontIndex.deps.json 15 bytes 0 [emitted] carouselHeaderFrontIndex
carouselHeaderFrontIndex.js 6.63 KiB 0 [emitted] carouselHeaderFrontIndex
editorIndex.deps.json 223 bytes 1 [emitted] editorIndex
editorIndex.js 225 KiB 1 [emitted] editorIndex
editorStyle.deps.json 15 bytes 2 [emitted] editorStyle
frontendIndex.deps.json 45 bytes 3 [emitted] frontendIndex
frontendIndex.js 88.6 KiB 3 [emitted] frontendIndex
lightbox.deps.json 15 bytes 4 [emitted] lightbox
style.deps.json 15 bytes 5 [emitted] style
theme_antarctic.deps.json 15 bytes 6 [emitted] theme_antarctic
theme_arctic.deps.json 15 bytes 7 [emitted] theme_arctic
theme_climate.deps.json 15 bytes 8 [emitted] theme_climate
theme_forest.deps.json 15 bytes 9 [emitted] theme_forest
theme_oceans.deps.json 15 bytes 10 [emitted] theme_oceans
theme_oil.deps.json 15 bytes 11 [emitted] theme_oil
theme_plastic.deps.json 15 bytes 12 [emitted] theme_plastic
Entrypoint editorIndex = editorIndex.js editorIndex.deps.json
Entrypoint frontendIndex = frontendIndex.js frontendIndex.deps.json
Entrypoint carouselHeaderFrontIndex = carouselHeaderFrontIndex.js carouselHeaderFrontIndex.deps.json
Entrypoint style = ./style.min.css style.deps.json
Entrypoint editorStyle = ./editorStyle.min.css editorStyle.deps.json
Entrypoint lightbox = ./lightbox.min.css lightbox.deps.json
Entrypoint theme_antarctic = ./theme_antarctic.min.css theme_antarctic.deps.json
Entrypoint theme_arctic = ./theme_arctic.min.css theme_arctic.deps.json
Entrypoint theme_climate = ./theme_climate.min.css theme_climate.deps.json
Entrypoint theme_forest = ./theme_forest.min.css theme_forest.deps.json
Entrypoint theme_oceans = ./theme_oceans.min.css theme_oceans.deps.json
Entrypoint theme_oil = ./theme_oil.min.css theme_oil.deps.json
Entrypoint theme_plastic = ./theme_plastic.min.css theme_plastic.deps.json
[0] external {"this":["wp","element"]} 42 bytes {1} {3} [built]
[34] ./assets/src/blocks/Happypoint/HappypointFrontend.js + 1 modules 4.38 KiB {1} {3} [built]
| ./assets/src/blocks/Happypoint/HappypointFrontend.js 1.9 KiB [built]
| ./assets/src/blocks/Happypoint/useHappypointImageData.js 2.45 KiB [built]
[68] ./assets/src/carouselHeaderFrontIndex.js 159 bytes {0} [built]
[69] ./assets/src/styles/style.scss 39 bytes {5} [built]
[70] ./assets/src/styles/editorStyle.scss 39 bytes {2} [built]
[71] ./assets/src/styles/lightbox.scss 39 bytes {4} [built]
[72] ./assets/src/styles/theme_antarctic.scss 39 bytes {6} [built]
[73] ./assets/src/styles/theme_arctic.scss 39 bytes {7} [built]
[74] ./assets/src/styles/theme_climate.scss 39 bytes {8} [built]
[75] ./assets/src/styles/theme_forest.scss 39 bytes {9} [built]
[76] ./assets/src/styles/theme_oceans.scss 39 bytes {10} [built]
[77] ./assets/src/styles/theme_oil.scss 39 bytes {11} [built]
[78] ./assets/src/styles/theme_plastic.scss 39 bytes {12} [built]
[79] ./assets/src/editorIndex.js + 90 modules 375 KiB {1} [built]
| ./assets/src/editorIndex.js 2.47 KiB [built]
| ./assets/src/blocks/Articles/ArticlesBlock.js 2.37 KiB [built]
| ./assets/src/blocks/Carouselheader/CarouselHeaderBlock.js 11.2 KiB [built]
| ./assets/src/blocks/Columns/ColumnsBlock.js 11.6 KiB [built]
| ./assets/src/blocks/Cookies/CookiesBlock.js 1.08 KiB [built]
| ./assets/src/blocks/Counter/CounterBlock.js 2.39 KiB [built]
| ./assets/src/blocks/Covers/CoversBlock.js 5.19 KiB [built]
| ./assets/src/blocks/Gallery/GalleryBlock.js 2.31 KiB [built]
| ./assets/src/blocks/Happypoint/HappypointBlock.js 1.06 KiB [built]
| ./assets/src/blocks/Media/MediaBlock.js 1.69 KiB [built]
| ./assets/src/blocks/Socialmedia/SocialmediaBlock.js 4.26 KiB [built]
| ./assets/src/blocks/SocialMediaCards/SocialMediaCardsBlock.js 4.56 KiB [built]
| ./assets/src/blocks/Splittwocolumns/register.js 2.73 KiB [built]
| ./assets/src/blocks/Submenu/SubmenuBlock.js 2.21 KiB [built]
| ./assets/src/blocks/Accordion/AccordionBlock.js 1.37 KiB [built]
| + 76 hidden modules
[80] ./assets/src/frontendIndex.js + 9 modules 18 KiB {3} [built]
| ./assets/src/frontendIndex.js 1.79 KiB [built]
| ./assets/src/blocks/Articles/ArticlesFrontend.js 2.37 KiB [built]
| ./assets/src/blocks/Gallery/GalleryFrontend.js 2.5 KiB [built]
| ./assets/src/blocks/Timeline/TimelineFrontend.js 914 bytes [built]
| ./assets/src/blocks/Submenu/SubmenuFrontend.js 1.28 KiB [built]
| ./assets/src/blocks/Media/setupMediaElementJS.js 820 bytes [built]
| ./assets/src/blocks/Submenu/getHeadingsFromDom.js 1.17 KiB [built]
| + 3 hidden modules
+ 116 hidden modules
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
./editorStyle.min.css.map (843 KiB)
WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment