Skip to content

Instantly share code, notes, and snippets.

@asvinb
Last active March 26, 2018 16:00
Show Gist options
  • Save asvinb/35a0cad0adf7a42d81c1a2ac176b84c8 to your computer and use it in GitHub Desktop.
Save asvinb/35a0cad0adf7a42d81c1a2ac176b84c8 to your computer and use it in GitHub Desktop.
Gulp3 CSS test
[19:35:24] Failed to load external module @babel/register
[19:35:24] Requiring external module babel-register
[19:35:30] Using gulpfile ~/Dropbox/LAMP/htdocs/10up/theme-scaffold/gulpfile.babel.js
[19:35:30] Starting 'default'...
[19:35:30] Starting 'css'...
[19:35:30] Starting 'cssnext'...
[19:35:32] Finished 'css' after 2.43 s
[19:35:32] Starting 'webpack'...
[19:35:34] Finished 'webpack' after 1.09 s
[19:35:34] Finished 'default' after 3.52 s
(node:58748) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
[19:35:45] Finished 'cssnext' after 15 s
[19:35:45] Starting 'cssnano'...
[19:37:39] Finished 'cssnano' after 1.88 min
[19:37:39] Starting 'cssclean'...
[19:37:39] Finished 'cssclean' after 1.84 ms
[19:37:55] Version: webpack 4.0.1
Built at: 2018-3-26 19:37:55
Asset Size Chunks Chunk Names
shared.min.js 604 bytes 0 [emitted] shared
frontend.min.js 430 KiB 1 [emitted] [big] frontend
admin.min.js 603 bytes 2 [emitted] admin
shared.min.js.map 3.08 KiB 0 [emitted] shared
frontend.min.js.map 1.33 MiB 1 [emitted] frontend
admin.min.js.map 3.08 KiB 2 [emitted] admin
Entrypoint admin = admin.min.js admin.min.js.map
Entrypoint frontend [big] = frontend.min.js frontend.min.js.map
Entrypoint shared = shared.min.js shared.min.js.map
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
frontend.min.js (430 KiB)
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
frontend (430 KiB)
frontend.min.js
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