Last active
March 26, 2018 15:31
-
-
Save asvinb/0e21be00c1384c5323834bbefe901aca to your computer and use it in GitHub Desktop.
Gulp4 test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[19:28:45] Failed to load external module @babel/register | |
[19:28:45] Requiring external module babel-register | |
[19:28:50] Using gulpfile ~/Dropbox/LAMP/htdocs/10up/theme-scaffold/gulpfile.babel.js | |
[19:28:50] Starting 'default'... | |
[19:28:50] Starting 'css'... | |
[19:28:50] Starting 'webpack'... | |
[19:28:50] Starting 'cssnext'... | |
[19:28:51] Finished 'webpack' after 761 ms | |
(node:58666) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead | |
[19:29:01] Finished 'cssnext' after 11 s | |
[19:29:01] Starting 'cssnano'... | |
[19:30:37] Finished 'cssnano' after 1.6 min | |
[19:30:37] Starting 'cssclean'... | |
[19:30:37] Finished 'cssclean' after 2.35 ms | |
[19:30:37] Finished 'css' after 1.78 min | |
[19:30:37] Finished 'default' after 1.78 min | |
[19:30:42] Version: webpack 4.2.0 | |
Built at: 2018-3-26 19:30:42 | |
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