Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Guide to Modding Scratch 3.0
- Charlieonthego
-
34 posts
Guide to Modding Scratch 3.0
I know.
inline block {
return [1] :: cap custom
} :: control cap
Last edited by Charlieonthego (June 9, 2024 18:24:44)
- Charlieonthego
-
34 posts
Guide to Modding Scratch 3.0
I did , and I think it worked.
npm start
> scratch-gui@4.0.4 start
> webpack serve
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 3% setup watch run webpack-cli
<s> [webpack.Progress] 3% setup watch run webpack-dev-middleware
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
<s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
<s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
<s> [webpack.Progress] 9% setup compilation ModuleInfoHeaderPlugin
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
<s> [webpack.Progress] 9% setup compilation AMDPlugin
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
<s> [webpack.Progress] 9% setup compilation APIPlugin
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
<s> [webpack.Progress] 9% setup compilation ConstPlugin
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
<s> [webpack.Progress] 9% setup compilation ImportPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
<s> [webpack.Progress] 9% setup compilation SystemPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
<s> [webpack.Progress] 9% setup compilation URLPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
<s> [webpack.Progress] 9% setup compilation NamedChunkIdsPlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation HotModuleReplacementPlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 10% building
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> [webpack.Progress] 10% building 0/6 entries 1/6 dependencies 0/0 modules
<s> [webpack.Progress] 10% building import loader ./node_modules/babel-loader/lib/index.js
<s> [webpack.Progress] 10% building 0/6 entries 6/6 dependencies 0/6 modules
<s> [webpack.Progress] 10% building 0/6 entries 6/7 dependencies 0/6 modules
<s> [webpack.Progress] 10% building 0/6 entries 14/19 dependencies 0/14 modules
<s> [webpack.Progress] 10% building 0/6 entries 42/68 dependencies 4/28 modules
<s> [webpack.Progress] 10% building 0/6 entries 51/157 dependencies 6/32 modules
<s> [webpack.Progress] 10% building 0/6 entries 89/173 dependencies 14/64 modules
<s> [webpack.Progress] 10% building import loader ./node_modules/style-loader/index.js
<s> [webpack.Progress] 10% building import loader ./node_modules/css-loader/dist/cjs.js
<s> [webpack.Progress] 10% building import loader ./node_modules/postcss-loader/src/index.js
<s> [webpack.Progress] 10% building 0/6 entries 123/181 dependencies 14/72 modules
<i> [webpack-dev-server] Project is running at:
<i> [webpack-dev-server] Loopback: http://localhost:8602/
<i> [webpack-dev-server] On Your Network (IPv4): http://192.168.0.10:8602/
<i> [webpack-dev-server] Content not from webpack is served from 'C:\Users\charl\scratch-gui\public' directory
<s> [webpack.Progress] 10% building 0/6 entries 200/300 dependencies 14/98 modules
<s> [webpack.Progress] 10% building 0/6 entries 393/429 dependencies 28/192 modules
<s> [webpack.Progress] 10% building 0/6 entries 441/600 dependencies 33/205 modules
<s> [webpack.Progress] 10% building 0/6 entries 518/700 dependencies 43/226 modules
<s> [webpack.Progress] 10% building 0/6 entries 690/800 dependencies 51/294 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\react-dom\cjs\react-dom.development.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 10% building 0/6 entries 734/812 dependencies 77/300 modules
<s> [webpack.Progress] 11% building 0/6 entries 814/872 dependencies 100/358 modules
<s> [webpack.Progress] 19% building 1/6 entries 835/932 dependencies 110/358 modules
<s> [webpack.Progress] 19% building 1/6 entries 900/1089 dependencies 128/381 modules
<s> [webpack.Progress] 19% building 1/6 entries 1092/1100 dependencies 137/540 modules
<s> [webpack.Progress] 28% building 2/6 entries 1103/1236 dependencies 152/541 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-l10n\locales\editor-msgs.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 28% building 2/6 entries 1289/1430 dependencies 178/600 modules
<s> [webpack.Progress] 28% building 2/6 entries 1493/1600 dependencies 233/713 modules
<s> [webpack.Progress] 28% building 2/6 entries 1519/3500 dependencies 233/714 modules
<s> [webpack.Progress] 28% building 2/6 entries 1891/3535 dependencies 241/1000 modules
<s> [webpack.Progress] 28% building 2/6 entries 2600/3535 dependencies 241/1551 modules
<s> [webpack.Progress] 28% building 2/6 entries 3225/3541 dependencies 241/2000 modules
<s> [webpack.Progress] 28% building import loader ./node_modules/scratch-blocks/node_modules/imports-loader/index.js
<s> [webpack.Progress] 28% building import loader ./node_modules/scratch-blocks/node_modules/exports-loader/index.js
<s> [webpack.Progress] 28% building 2/6 entries 3511/3545 dependencies 289/2188 modules
<s> [webpack.Progress] 28% building 2/6 entries 3605/3700 dependencies 328/2229 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-blocks\msg\scratch_msgs.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 28% building 2/6 entries 3685/3900 dependencies 350/2233 modules
<s> [webpack.Progress] 28% building 2/6 entries 3937/4012 dependencies 381/2300 modules
<s> [webpack.Progress] 28% building 2/6 entries 4000/4169 dependencies 388/2324 modules
<s> [webpack.Progress] 28% building import loader ./node_modules/arraybuffer-loader/index.js
<s> [webpack.Progress] 28% building 2/6 entries 4133/4185 dependencies 412/2378 modules
<s> [webpack.Progress] 28% building import loader ./node_modules/raw-loader/dist/cjs.js
<s> [webpack.Progress] 28% building 2/6 entries 4133/4185 dependencies 412/2378 modules
<s> [webpack.Progress] 28% building import loader ./node_modules/imports-loader/index.js
<s> [webpack.Progress] 28% building import loader ./node_modules/exports-loader/index.js
<s> [webpack.Progress] 28% building 2/6 entries 4202/4248 dependencies 425/2407 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\cat-blocks\msg\scratch_msgs.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 28% building 2/6 entries 4269/4300 dependencies 454/2435 modules
<s> [webpack.Progress] 28% building 2/6 entries 4300/4332 dependencies 499/2441 modules
<s> [webpack.Progress] 28% building 2/6 entries 4338/4358 dependencies 600/2466 modules
<s> [webpack.Progress] 28% building 2/6 entries 4372/4372 dependencies 1200/2485 modules
<s> [webpack.Progress] 29% building 2/6 entries 4380/4380 dependencies 1800/2485 modules
<s> [webpack.Progress] 31% building 2/6 entries 4400/4500 dependencies 1966/2493 modules
<s> [webpack.Progress] 31% building 2/6 entries 4700/4897 dependencies 1998/2500 modules
<s> [webpack.Progress] 32% building import loader ./node_modules/base64-loader/index.js
<s> [webpack.Progress] 32% building 2/6 entries 4879/4932 dependencies 2012/2540 modules
<s> [webpack.Progress] 32% building 2/6 entries 5048/5100 dependencies 2069/2571 modules
<s> [webpack.Progress] 33% building 2/6 entries 5200/5291 dependencies 2092/2599 modules
<s> [webpack.Progress] 33% building 2/6 entries 5300/5381 dependencies 2105/2610 modules
<s> [webpack.Progress] 33% building 2/6 entries 5328/5400 dependencies 2114/2630 modules
<s> [webpack.Progress] 33% building 2/6 entries 5490/5600 dependencies 2155/2699 modules
<s> [webpack.Progress] 33% building import loader ./node_modules/scratch-render/node_modules/raw-loader/index.js
<s> [webpack.Progress] 33% building 2/6 entries 5638/5673 dependencies 2179/2735 modules
<s> [webpack.Progress] 34% building 2/6 entries 5686/5800 dependencies 2195/2759 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\text-encoding\lib\encoding-indexes.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 35% building 2/6 entries 5963/6000 dependencies 2297/2862 modules
<s> [webpack.Progress] 35% building 2/6 entries 6034/6100 dependencies 2346/2875 modules
<s> [webpack.Progress] 36% building 2/6 entries 6173/6200 dependencies 2404/2925 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-blocks\blockly_compressed_vertical.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 37% building 2/6 entries 6237/6262 dependencies 2500/2931 modules
<s> [webpack.Progress] 37% building 2/6 entries 6300/6365 dependencies 2540/2937 modules
<s> [webpack.Progress] 38% building import loader ./node_modules/ify-loader/index.js
<s> [webpack.Progress] 38% building 2/6 entries 6360/6393 dependencies 2560/2962 modules
[BABEL] Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\cat-blocks\blockly_compressed_vertical.js as it exceeds the max of 500KB.
<s> [webpack.Progress] 38% building 2/6 entries 6400/6424 dependencies 2590/2976 modules
<s> [webpack.Progress] 38% building 2/6 entries 6465/6500 dependencies 2636/2986 modules
<s> [webpack.Progress] 39% building 2/6 entries 6584/6638 dependencies 2700/3021 modules
<s> [webpack.Progress] 40% building 2/6 entries 6700/6771 dependencies 2770/3050 modules
<s> [webpack.Progress] 40% building 2/6 entries 6794/6849 dependencies 2800/3090 modules
<s> [webpack.Progress] 41% building 2/6 entries 6900/6971 dependencies 2836/3137 modules
<s> [webpack.Progress] 41% building 2/6 entries 7000/7016 dependencies 2885/3175 modules
<s> [webpack.Progress] 41% building 2/6 entries 7037/7186 dependencies 2900/3178 modules
<s> [webpack.Progress] 42% building 2/6 entries 7257/7300 dependencies 2999/3252 modules
<s> [webpack.Progress] 44% building 2/6 entries 7383/7417 dependencies 3100/3280 modules
<s> [webpack.Progress] 44% building 2/6 entries 7452/7500 dependencies 3174/3318 modules
<s> [webpack.Progress] 45% building 2/6 entries 7543/7600 dependencies 3190/3366 modules
<s> [webpack.Progress] 45% building 2/6 entries 7757/7800 dependencies 3228/3405 modules
<s> [webpack.Progress] 46% building 2/6 entries 7878/7900 dependencies 3311/3440 modules
<s> [webpack.Progress] 46% building 2/6 entries 7964/8000 dependencies 3354/3487 modules
<s> [webpack.Progress] 48% building 2/6 entries 8298/8300 dependencies 3474/3574 modules
<s> [webpack.Progress] 49% building 3/6 entries 8337/8337 dependencies 3572/3576 modules
<s> [webpack.Progress] 49% building 4/6 entries 8337/8337 dependencies 3573/3576 modules
<s> [webpack.Progress] 55% building 5/6 entries 8337/8337 dependencies 3574/3576 modules
<s> [webpack.Progress] 64% building 6/6 entries 8337/8337 dependencies 3576/3576 modules
<s> [webpack.Progress] 65% building
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
<s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk ids NamedChunkIdsPlugin
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing HotModuleReplacementPlugin
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording HotModuleReplacementPlugin
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit CleanPlugin
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins webpack-dev-server
<s> [webpack.Progress] 99% done plugins webpack-dev-middleware
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99%
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100%
assets by path static/assets/*.png 43.2 MiB 1295 assets
assets by path static/assets/*.gif 13 MiB 157 assets
assets by path static/blocks-media/ 373 KiB 142 assets
assets by path static/assets/*.mp3 1.87 MiB 45 assets
assets by path static/assets/*.jpg 3.15 MiB 24 assets
assets by path chunks/*.js 24.4 MiB 15 assets
assets by path static/assets/*.svg 2.17 MiB 12 assets
assets by path *.js 83.1 KiB
asset runtime.js 48.5 KiB [emitted] (name: runtime) 1 related asset
+ 4 assets
assets by path *.html 2.95 KiB
asset index.html 853 bytes [emitted]
+ 3 assets
+ 4 assets
Entrypoint gui 23.3 MiB (38.4 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/vendors-node_modules_core-js_fn_array_includes_js-node_modules_core-js_fn_promise_finally_js--1b5d1a.374034b672c1543dc0e7.js 216 KiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB gui.js 13.3 KiB 247 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 246 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 246 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 246 auxiliary assets
runtime modules 32.5 KiB 20 modules
orphan modules 14.2 KiB [orphan] 8 modules
modules by path ./src/ 2.76 MiB (javascript) 61.5 MiB (asset) 2089 modules
modules by path ./node_modules/ 18.5 MiB (javascript) 1.87 MiB (asset)
javascript modules 17.9 MiB 1335 modules
asset modules 199 KiB (javascript) 1.87 MiB (asset) 108 modules
json modules 507 KiB 25 modules
modules by path ./lib/*./lib/locales (ignored) 30 bytes
./lib/locales (ignored) 15 bytes [built] [code generated]
./lib/locales (ignored) 15 bytes [built] [code generated]
modules by path ./node/*.js (ignored) 30 bytes
./node/self.js (ignored) 15 bytes [built] [code generated]
./node/extend.js (ignored) 15 bytes [built] [code generated]
+ 7 modules
webpack 5.91.0 compiled successfully in 73052 ms
<s> [webpack.Progress] 0%
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 3% setup watch run webpack-cli
<s> [webpack.Progress] 3% setup watch run webpack-dev-middleware
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
<s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
<s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
<s> [webpack.Progress] 9% setup compilation ModuleInfoHeaderPlugin
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
<s> [webpack.Progress] 9% setup compilation AMDPlugin
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
<s> [webpack.Progress] 9% setup compilation APIPlugin
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
<s> [webpack.Progress] 9% setup compilation ConstPlugin
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
<s> [webpack.Progress] 9% setup compilation ImportPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
<s> [webpack.Progress] 9% setup compilation SystemPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
<s> [webpack.Progress] 9% setup compilation URLPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
<s> [webpack.Progress] 9% setup compilation NamedChunkIdsPlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation HotModuleReplacementPlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 10% building
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> [webpack.Progress] 10% building 0/6 entries 1/6 dependencies 0/0 modules
<s> [webpack.Progress] 12% building 1/6 entries 454/464 dependencies 180/293 modules
<s> [webpack.Progress] 12% building 2/6 entries 454/464 dependencies 185/293 modules
<s> [webpack.Progress] 24% building 2/6 entries 2200/2716 dependencies 461/1558 modules
<s> [webpack.Progress] 37% building 3/6 entries 3089/3090 dependencies 3298/2101 modules
<s> [webpack.Progress] 46% building 4/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 55% building 5/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building 6/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
<s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk ids NamedChunkIdsPlugin
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing HotModuleReplacementPlugin
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording HotModuleReplacementPlugin
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit CleanPlugin
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins webpack-dev-server
<s> [webpack.Progress] 99% done plugins webpack-dev-middleware
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99%
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100%
assets by status 90.4 MiB [cached] 1702 assets
assets by path . 48.8 KiB
asset runtime.js 48.5 KiB [emitted] (name: runtime) 1 related asset
asset runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes [emitted] [immutable] [hmr] (name: runtime) 1 related asset
asset runtime.249f2270eddd1e7ec89f.hot-update.json 31 bytes [emitted] [immutable] [hmr]
Entrypoint gui 23.3 MiB (38.4 MiB) = 6 assets 248 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 247 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 247 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 247 auxiliary assets
cached modules 21.3 MiB (javascript) 64.4 MiB (asset) [cached] 3576 modules
runtime modules 32.5 KiB 20 modules
webpack 5.91.0 compiled successfully in 2634 ms
<s> [webpack.Progress] 0%
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 3% setup watch run webpack-cli
<s> [webpack.Progress] 3% setup watch run webpack-dev-middleware
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
<s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
<s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
<s> [webpack.Progress] 9% setup compilation ModuleInfoHeaderPlugin
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
<s> [webpack.Progress] 9% setup compilation AMDPlugin
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
<s> [webpack.Progress] 9% setup compilation APIPlugin
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
<s> [webpack.Progress] 9% setup compilation ConstPlugin
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
<s> [webpack.Progress] 9% setup compilation ImportPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
<s> [webpack.Progress] 9% setup compilation SystemPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
<s> [webpack.Progress] 9% setup compilation URLPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
<s> [webpack.Progress] 9% setup compilation NamedChunkIdsPlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation HotModuleReplacementPlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 10% building
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> [webpack.Progress] 11% building 1/6 entries 83/89 dependencies 27/66 modules
<s> [webpack.Progress] 11% building 2/6 entries 90/90 dependencies 62/70 modules
<s> [webpack.Progress] 64% building 3/6 entries 3081/3081 dependencies 3204/2097 modules
<s> [webpack.Progress] 65% building 4/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 64% building 5/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building 6/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
<s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk ids NamedChunkIdsPlugin
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing HotModuleReplacementPlugin
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording HotModuleReplacementPlugin
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit CleanPlugin
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins webpack-dev-server
<s> [webpack.Progress] 99% done plugins webpack-dev-middleware
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99%
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100%
assets by status 90.4 MiB [cached] 1703 assets
Entrypoint gui 23.3 MiB (38.4 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/vendors-node_modules_core-js_fn_array_includes_js-node_modules_core-js_fn_promise_finally_js--1b5d1a.374034b672c1543dc0e7.js 216 KiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB gui.js 13.3 KiB 247 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 246 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 246 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 246 auxiliary assets
cached modules 21.3 MiB (javascript) 64.4 MiB (asset) 32.5 KiB (runtime) [cached] 3596 modules
webpack 5.91.0 compiled successfully in 968 ms
<i> [webpack-dev-server] Gracefully shutting down. To force exit, press ^C again. Please wait...
<s> [webpack.Progress] 99% end closing watch compilation
<s> [webpack.Progress] 99% end closing watch compilation
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 99% cache shutdown MemoryCachePlugin
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 100%
Last edited by Charlieonthego (June 10, 2024 12:58:45)
- AKshaggysurfer
-
33 posts
Guide to Modding Scratch 3.0
> scratch-gui@4.0.4 start
> webpack serve
<s> 3% setup watch run
<s> 3% setup watch run webpack-cli
<s> 3% setup watch run webpack-dev-middleware
<s> 3% setup watch run
<s> 4% setup normal module factory
<s> 4% setup normal module factory
<s> 5% setup context module factory
<s> 5% setup context module factory
<s> 6% setup before compile
<s> 6% setup before compile ProgressPlugin
<s> 6% setup before compile ProgressPlugin
<s> 6% setup before compile
<s> 7% setup compile
<s> 7% setup compile ExternalsPlugin
<s> 7% setup compile
<s> 8% setup compilation
<s> 8% setup compilation CopyPlugin
<s> 8% setup compilation CopyPlugin
<s> 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> 8% setup compilation JsonpChunkLoadingPlugin
<s> 8% setup compilation StartupChunkDependenciesPlugin
<s> 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> 8% setup compilation FetchCompileWasmPlugin
<s> 8% setup compilation FetchCompileAsyncWasmPlugin
<s> 8% setup compilation ExportPropertyLibraryPlugin
<s> 8% setup compilation UmdLibraryPlugin
<s> 8% setup compilation WorkerPlugin
<s> 8% setup compilation SplitChunksPlugin
<s> 8% setup compilation RuntimeChunkPlugin
<s> 8% setup compilation ResolverCachePlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation
<s> 9% setup compilation
<s> 9% setup compilation ProvidePlugin
<s> 9% setup compilation DefinePlugin
<s> 9% setup compilation ProgressPlugin
<s> 9% setup compilation ChunkPrefetchPreloadPlugin
<s> 9% setup compilation ModuleInfoHeaderPlugin
<s> 9% setup compilation SourceMapDevToolPlugin
<s> 9% setup compilation JavascriptModulesPlugin
<s> 9% setup compilation JsonModulesPlugin
<s> 9% setup compilation AssetModulesPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation RuntimePlugin
<s> 9% setup compilation InferAsyncModulesPlugin
<s> 9% setup compilation DataUriPlugin
<s> 9% setup compilation FileUriPlugin
<s> 9% setup compilation CompatibilityPlugin
<s> 9% setup compilation HarmonyModulesPlugin
<s> 9% setup compilation AMDPlugin
<s> 9% setup compilation RequireJsStuffPlugin
<s> 9% setup compilation CommonJsPlugin
<s> 9% setup compilation LoaderPlugin
<s> 9% setup compilation LoaderPlugin
<s> 9% setup compilation NodeStuffPlugin
<s> 9% setup compilation APIPlugin
<s> 9% setup compilation ExportsInfoApiPlugin
<s> 9% setup compilation WebpackIsIncludedPlugin
<s> 9% setup compilation ConstPlugin
<s> 9% setup compilation UseStrictPlugin
<s> 9% setup compilation RequireIncludePlugin
<s> 9% setup compilation RequireEnsurePlugin
<s> 9% setup compilation RequireContextPlugin
<s> 9% setup compilation ImportPlugin
<s> 9% setup compilation ImportMetaContextPlugin
<s> 9% setup compilation SystemPlugin
<s> 9% setup compilation ImportMetaPlugin
<s> 9% setup compilation URLPlugin
<s> 9% setup compilation DefaultStatsFactoryPlugin
<s> 9% setup compilation DefaultStatsPresetPlugin
<s> 9% setup compilation DefaultStatsPrinterPlugin
<s> 9% setup compilation JavascriptMetaInfoPlugin
<s> 9% setup compilation EnsureChunkConditionsPlugin
<s> 9% setup compilation RemoveEmptyChunksPlugin
<s> 9% setup compilation MergeDuplicateChunksPlugin
<s> 9% setup compilation SideEffectsFlagPlugin
<s> 9% setup compilation FlagDependencyExportsPlugin
<s> 9% setup compilation NamedModuleIdsPlugin
<s> 9% setup compilation NamedChunkIdsPlugin
<s> 9% setup compilation DefinePlugin
<s> 9% setup compilation TemplatedPathPlugin
<s> 9% setup compilation RecordIdsPlugin
<s> 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation ProvidePlugin
<s> 9% setup compilation HotModuleReplacementPlugin
<s> 9% setup compilation ProgressPlugin
<s> 9% setup compilation
<s> 10% building
<s> 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> 10% building 0/6 entries 1/6 dependencies 0/0 modules
<s> 10% building import loader ./node_modules/babel-loader/lib/index.js
<s> 10% building 0/6 entries 6/6 dependencies 0/6 modules
<s> 10% building 0/6 entries 6/7 dependencies 0/6 modules
<s> 10% building 0/6 entries 14/19 dependencies 0/14 modules
<s> 10% building 0/6 entries 42/68 dependencies 4/28 modules
<s> 10% building 0/6 entries 51/157 dependencies 6/32 modules
<s> 10% building 0/6 entries 89/173 dependencies 14/64 modules
<s> 10% building import loader ./node_modules/style-loader/index.js
<s> 10% building import loader ./node_modules/css-loader/dist/cjs.js
<s> 10% building import loader ./node_modules/postcss-loader/src/index.js
<s> 10% building 0/6 entries 123/181 dependencies 14/72 modules
<i> Project is running at:
<i> Loopback: http://localhost:8602/
<i> On Your Network (IPv4): http://192.168.0.10:8602/
<i> Content not from webpack is served from ‘C:\Users\charl\scratch-gui\public’ directory
<s> 10% building 0/6 entries 200/300 dependencies 14/98 modules
<s> 10% building 0/6 entries 393/429 dependencies 28/192 modules
<s> 10% building 0/6 entries 441/600 dependencies 33/205 modules
<s> 10% building 0/6 entries 518/700 dependencies 43/226 modules
<s> 10% building 0/6 entries 690/800 dependencies 51/294 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\react-dom\cjs\react-dom.development.js as it exceeds the max of 500KB.
<s> 10% building 0/6 entries 734/812 dependencies 77/300 modules
<s> 11% building 0/6 entries 814/872 dependencies 100/358 modules
<s> 19% building 1/6 entries 835/932 dependencies 110/358 modules
<s> 19% building 1/6 entries 900/1089 dependencies 128/381 modules
<s> 19% building 1/6 entries 1092/1100 dependencies 137/540 modules
<s> 28% building 2/6 entries 1103/1236 dependencies 152/541 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-l10n\locales\editor-msgs.js as it exceeds the max of 500KB.
<s> 28% building 2/6 entries 1289/1430 dependencies 178/600 modules
<s> 28% building 2/6 entries 1493/1600 dependencies 233/713 modules
<s> 28% building 2/6 entries 1519/3500 dependencies 233/714 modules
<s> 28% building 2/6 entries 1891/3535 dependencies 241/1000 modules
<s> 28% building 2/6 entries 2600/3535 dependencies 241/1551 modules
<s> 28% building 2/6 entries 3225/3541 dependencies 241/2000 modules
<s> 28% building import loader ./node_modules/scratch-blocks/node_modules/imports-loader/index.js
<s> 28% building import loader ./node_modules/scratch-blocks/node_modules/exports-loader/index.js
<s> 28% building 2/6 entries 3511/3545 dependencies 289/2188 modules
<s> 28% building 2/6 entries 3605/3700 dependencies 328/2229 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-blocks\msg\scratch_msgs.js as it exceeds the max of 500KB.
<s> 28% building 2/6 entries 3685/3900 dependencies 350/2233 modules
<s> 28% building 2/6 entries 3937/4012 dependencies 381/2300 modules
<s> 28% building 2/6 entries 4000/4169 dependencies 388/2324 modules
<s> 28% building import loader ./node_modules/arraybuffer-loader/index.js
<s> 28% building 2/6 entries 4133/4185 dependencies 412/2378 modules
<s> 28% building import loader ./node_modules/raw-loader/dist/cjs.js
<s> 28% building 2/6 entries 4133/4185 dependencies 412/2378 modules
<s> 28% building import loader ./node_modules/imports-loader/index.js
<s> 28% building import loader ./node_modules/exports-loader/index.js
<s> 28% building 2/6 entries 4202/4248 dependencies 425/2407 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\cat-blocks\msg\scratch_msgs.js as it exceeds the max of 500KB.
<s> 28% building 2/6 entries 4269/4300 dependencies 454/2435 modules
<s> 28% building 2/6 entries 4300/4332 dependencies 499/2441 modules
<s> 28% building 2/6 entries 4338/4358 dependencies 600/2466 modules
<s> 28% building 2/6 entries 4372/4372 dependencies 1200/2485 modules
<s> 29% building 2/6 entries 4380/4380 dependencies 1800/2485 modules
<s> 31% building 2/6 entries 4400/4500 dependencies 1966/2493 modules
<s> 31% building 2/6 entries 4700/4897 dependencies 1998/2500 modules
<s> 32% building import loader ./node_modules/base64-loader/index.js
<s> 32% building 2/6 entries 4879/4932 dependencies 2012/2540 modules
<s> 32% building 2/6 entries 5048/5100 dependencies 2069/2571 modules
<s> 33% building 2/6 entries 5200/5291 dependencies 2092/2599 modules
<s> 33% building 2/6 entries 5300/5381 dependencies 2105/2610 modules
<s> 33% building 2/6 entries 5328/5400 dependencies 2114/2630 modules
<s> 33% building 2/6 entries 5490/5600 dependencies 2155/2699 modules
<s> 33% building import loader ./node_modules/scratch-render/node_modules/raw-loader/index.js
<s> 33% building 2/6 entries 5638/5673 dependencies 2179/2735 modules
<s> 34% building 2/6 entries 5686/5800 dependencies 2195/2759 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\text-encoding\lib\encoding-indexes.js as it exceeds the max of 500KB.
<s> 35% building 2/6 entries 5963/6000 dependencies 2297/2862 modules
<s> 35% building 2/6 entries 6034/6100 dependencies 2346/2875 modules
<s> 36% building 2/6 entries 6173/6200 dependencies 2404/2925 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-blocks\blockly_compressed_vertical.js as it exceeds the max of 500KB.
<s> 37% building 2/6 entries 6237/6262 dependencies 2500/2931 modules
<s> 37% building 2/6 entries 6300/6365 dependencies 2540/2937 modules
<s> 38% building import loader ./node_modules/ify-loader/index.js
<s> 38% building 2/6 entries 6360/6393 dependencies 2560/2962 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\cat-blocks\blockly_compressed_vertical.js as it exceeds the max of 500KB.
<s> 38% building 2/6 entries 6400/6424 dependencies 2590/2976 modules
<s> 38% building 2/6 entries 6465/6500 dependencies 2636/2986 modules
<s> 39% building 2/6 entries 6584/6638 dependencies 2700/3021 modules
<s> 40% building 2/6 entries 6700/6771 dependencies 2770/3050 modules
<s> 40% building 2/6 entries 6794/6849 dependencies 2800/3090 modules
<s> 41% building 2/6 entries 6900/6971 dependencies 2836/3137 modules
<s> 41% building 2/6 entries 7000/7016 dependencies 2885/3175 modules
<s> 41% building 2/6 entries 7037/7186 dependencies 2900/3178 modules
<s> 42% building 2/6 entries 7257/7300 dependencies 2999/3252 modules
<s> 44% building 2/6 entries 7383/7417 dependencies 3100/3280 modules
<s> 44% building 2/6 entries 7452/7500 dependencies 3174/3318 modules
<s> 45% building 2/6 entries 7543/7600 dependencies 3190/3366 modules
<s> 45% building 2/6 entries 7757/7800 dependencies 3228/3405 modules
<s> 46% building 2/6 entries 7878/7900 dependencies 3311/3440 modules
<s> 46% building 2/6 entries 7964/8000 dependencies 3354/3487 modules
<s> 48% building 2/6 entries 8298/8300 dependencies 3474/3574 modules
<s> 49% building 3/6 entries 8337/8337 dependencies 3572/3576 modules
<s> 49% building 4/6 entries 8337/8337 dependencies 3573/3576 modules
<s> 55% building 5/6 entries 8337/8337 dependencies 3574/3576 modules
<s> 64% building 6/6 entries 8337/8337 dependencies 3576/3576 modules
<s> 65% building
<s> 69% building finish
<s> 69% building finish
<s> 70% sealing finish module graph
<s> 70% sealing finish module graph ResolverCachePlugin
<s> 70% sealing finish module graph InferAsyncModulesPlugin
<s> 70% sealing finish module graph FlagDependencyExportsPlugin
<s> 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> 70% sealing finish module graph UmdLibraryPlugin
<s> 70% sealing finish module graph
<s> 70% sealing plugins
<s> 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> 70% sealing plugins
<s> 71% sealing dependencies optimization
<s> 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> 71% sealing dependencies optimization
<s> 71% sealing after dependencies optimization
<s> 71% sealing after dependencies optimization
<s> 72% sealing chunk graph
<s> 72% sealing chunk graph
<s> 73% sealing after chunk graph
<s> 73% sealing after chunk graph
<s> 73% sealing optimizing
<s> 73% sealing optimizing
<s> 74% sealing module optimization
<s> 74% sealing module optimization
<s> 75% sealing after module optimization
<s> 75% sealing after module optimization
<s> 75% sealing chunk optimization
<s> 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> 75% sealing chunk optimization SplitChunksPlugin
<s> 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> 75% sealing chunk optimization
<s> 76% sealing after chunk optimization
<s> 76% sealing after chunk optimization
<s> 77% sealing module and chunk tree optimization
<s> 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> 77% sealing module and chunk tree optimization
<s> 77% sealing after module and chunk tree optimization
<s> 77% sealing after module and chunk tree optimization
<s> 78% sealing chunk modules optimization
<s> 78% sealing chunk modules optimization
<s> 78% sealing after chunk modules optimization
<s> 78% sealing after chunk modules optimization
<s> 79% sealing module reviving
<s> 79% sealing module reviving RecordIdsPlugin
<s> 79% sealing module reviving
<s> 80% sealing before module ids
<s> 80% sealing before module ids
<s> 80% sealing module ids
<s> 80% sealing module ids NamedModuleIdsPlugin
<s> 80% sealing module ids
<s> 81% sealing module id optimization
<s> 81% sealing module id optimization
<s> 82% sealing module id optimization
<s> 82% sealing module id optimization
<s> 82% sealing chunk reviving
<s> 82% sealing chunk reviving RecordIdsPlugin
<s> 82% sealing chunk reviving
<s> 83% sealing before chunk ids
<s> 83% sealing before chunk ids
<s> 84% sealing chunk ids
<s> 84% sealing chunk ids NamedChunkIdsPlugin
<s> 84% sealing chunk ids
<s> 84% sealing chunk id optimization
<s> 84% sealing chunk id optimization
<s> 85% sealing after chunk id optimization
<s> 85% sealing after chunk id optimization
<s> 86% sealing record modules
<s> 86% sealing record modules RecordIdsPlugin
<s> 86% sealing record modules
<s> 86% sealing record chunks
<s> 86% sealing record chunks RecordIdsPlugin
<s> 86% sealing record chunks
<s> 87% sealing module hashing
<s> 87% sealing module hashing
<s> 87% sealing code generation
<s> 87% sealing code generation
<s> 88% sealing runtime requirements
<s> 88% sealing runtime requirements
<s> 89% sealing hashing
<s> 89% sealing hashing
<s> 89% sealing after hashing
<s> 89% sealing after hashing
<s> 90% sealing record hash
<s> 90% sealing record hash
<s> 91% sealing module assets processing
<s> 91% sealing module assets processing
<s> 91% sealing chunk assets processing
<s> 91% sealing chunk assets processing
<s> 92% sealing asset processing
<s> 92% sealing asset processing copy-webpack-plugin
<s> 92% sealing asset processing copy-webpack-plugin
<s> 92% sealing asset processing HotModuleReplacementPlugin
<s> 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> 92% sealing asset processing SourceMapDevToolPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing
<s> 93% sealing after asset optimization
<s> 93% sealing after asset optimization
<s> 93% sealing recording
<s> 93% sealing recording HotModuleReplacementPlugin
<s> 93% sealing recording
<s> 94% sealing after seal
<s> 94% sealing after seal
<s> 95% emitting emit
<s> 95% emitting emit CleanPlugin
<s> 95% emitting emit
<s> 98% emitting after emit
<s> 98% emitting after emit
<s> 99% done plugins
<s> 99% done plugins webpack-dev-server
<s> 99% done plugins webpack-dev-middleware
<s> 99% done plugins
<s> 99%
<s> 99% cache store build dependencies
<s> 99% cache store build dependencies
<s> 99% cache begin idle
<s> 99% cache begin idle
<s> 100%
assets by path static/assets/*.png 43.2 MiB 1295 assets
assets by path static/assets/*.gif 13 MiB 157 assets
assets by path static/blocks-media/ 373 KiB 142 assets
assets by path static/assets/*.mp3 1.87 MiB 45 assets
assets by path static/assets/*.jpg 3.15 MiB 24 assets
assets by path chunks/*.js 24.4 MiB 15 assets
assets by path static/assets/*.svg 2.17 MiB 12 assets
assets by path *.js 83.1 KiB
asset runtime.js 48.5 KiB (name: runtime) 1 related asset
+ 4 assets
assets by path *.html 2.95 KiB
asset index.html 853 bytes
+ 3 assets
+ 4 assets
Entrypoint gui 23.3 MiB (38.4 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/vendors-node_modules_core-js_fn_array_includes_js-node_modules_core-js_fn_promise_finally_js–1b5d1a.374034b672c1543dc0e7.js 216 KiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB gui.js 13.3 KiB 247 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 246 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 246 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 246 auxiliary assets
runtime modules 32.5 KiB 20 modules
orphan modules 14.2 KiB 8 modules
modules by path ./src/ 2.76 MiB (javascript) 61.5 MiB (asset) 2089 modules
modules by path ./node_modules/ 18.5 MiB (javascript) 1.87 MiB (asset)
javascript modules 17.9 MiB 1335 modules
asset modules 199 KiB (javascript) 1.87 MiB (asset) 108 modules
json modules 507 KiB 25 modules
modules by path ./lib/*./lib/locales (ignored) 30 bytes
./lib/locales (ignored) 15 bytes
> webpack serve
<s> 3% setup watch run
<s> 3% setup watch run webpack-cli
<s> 3% setup watch run webpack-dev-middleware
<s> 3% setup watch run
<s> 4% setup normal module factory
<s> 4% setup normal module factory
<s> 5% setup context module factory
<s> 5% setup context module factory
<s> 6% setup before compile
<s> 6% setup before compile ProgressPlugin
<s> 6% setup before compile ProgressPlugin
<s> 6% setup before compile
<s> 7% setup compile
<s> 7% setup compile ExternalsPlugin
<s> 7% setup compile
<s> 8% setup compilation
<s> 8% setup compilation CopyPlugin
<s> 8% setup compilation CopyPlugin
<s> 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> 8% setup compilation JsonpChunkLoadingPlugin
<s> 8% setup compilation StartupChunkDependenciesPlugin
<s> 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> 8% setup compilation FetchCompileWasmPlugin
<s> 8% setup compilation FetchCompileAsyncWasmPlugin
<s> 8% setup compilation ExportPropertyLibraryPlugin
<s> 8% setup compilation UmdLibraryPlugin
<s> 8% setup compilation WorkerPlugin
<s> 8% setup compilation SplitChunksPlugin
<s> 8% setup compilation RuntimeChunkPlugin
<s> 8% setup compilation ResolverCachePlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation HtmlWebpackPlugin
<s> 8% setup compilation
<s> 9% setup compilation
<s> 9% setup compilation ProvidePlugin
<s> 9% setup compilation DefinePlugin
<s> 9% setup compilation ProgressPlugin
<s> 9% setup compilation ChunkPrefetchPreloadPlugin
<s> 9% setup compilation ModuleInfoHeaderPlugin
<s> 9% setup compilation SourceMapDevToolPlugin
<s> 9% setup compilation JavascriptModulesPlugin
<s> 9% setup compilation JsonModulesPlugin
<s> 9% setup compilation AssetModulesPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation RuntimePlugin
<s> 9% setup compilation InferAsyncModulesPlugin
<s> 9% setup compilation DataUriPlugin
<s> 9% setup compilation FileUriPlugin
<s> 9% setup compilation CompatibilityPlugin
<s> 9% setup compilation HarmonyModulesPlugin
<s> 9% setup compilation AMDPlugin
<s> 9% setup compilation RequireJsStuffPlugin
<s> 9% setup compilation CommonJsPlugin
<s> 9% setup compilation LoaderPlugin
<s> 9% setup compilation LoaderPlugin
<s> 9% setup compilation NodeStuffPlugin
<s> 9% setup compilation APIPlugin
<s> 9% setup compilation ExportsInfoApiPlugin
<s> 9% setup compilation WebpackIsIncludedPlugin
<s> 9% setup compilation ConstPlugin
<s> 9% setup compilation UseStrictPlugin
<s> 9% setup compilation RequireIncludePlugin
<s> 9% setup compilation RequireEnsurePlugin
<s> 9% setup compilation RequireContextPlugin
<s> 9% setup compilation ImportPlugin
<s> 9% setup compilation ImportMetaContextPlugin
<s> 9% setup compilation SystemPlugin
<s> 9% setup compilation ImportMetaPlugin
<s> 9% setup compilation URLPlugin
<s> 9% setup compilation DefaultStatsFactoryPlugin
<s> 9% setup compilation DefaultStatsPresetPlugin
<s> 9% setup compilation DefaultStatsPrinterPlugin
<s> 9% setup compilation JavascriptMetaInfoPlugin
<s> 9% setup compilation EnsureChunkConditionsPlugin
<s> 9% setup compilation RemoveEmptyChunksPlugin
<s> 9% setup compilation MergeDuplicateChunksPlugin
<s> 9% setup compilation SideEffectsFlagPlugin
<s> 9% setup compilation FlagDependencyExportsPlugin
<s> 9% setup compilation NamedModuleIdsPlugin
<s> 9% setup compilation NamedChunkIdsPlugin
<s> 9% setup compilation DefinePlugin
<s> 9% setup compilation TemplatedPathPlugin
<s> 9% setup compilation RecordIdsPlugin
<s> 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation EntryPlugin
<s> 9% setup compilation ProvidePlugin
<s> 9% setup compilation HotModuleReplacementPlugin
<s> 9% setup compilation ProgressPlugin
<s> 9% setup compilation
<s> 10% building
<s> 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> 10% building 0/6 entries 1/6 dependencies 0/0 modules
<s> 10% building import loader ./node_modules/babel-loader/lib/index.js
<s> 10% building 0/6 entries 6/6 dependencies 0/6 modules
<s> 10% building 0/6 entries 6/7 dependencies 0/6 modules
<s> 10% building 0/6 entries 14/19 dependencies 0/14 modules
<s> 10% building 0/6 entries 42/68 dependencies 4/28 modules
<s> 10% building 0/6 entries 51/157 dependencies 6/32 modules
<s> 10% building 0/6 entries 89/173 dependencies 14/64 modules
<s> 10% building import loader ./node_modules/style-loader/index.js
<s> 10% building import loader ./node_modules/css-loader/dist/cjs.js
<s> 10% building import loader ./node_modules/postcss-loader/src/index.js
<s> 10% building 0/6 entries 123/181 dependencies 14/72 modules
<i> Project is running at:
<i> Loopback: http://localhost:8602/
<i> On Your Network (IPv4): http://192.168.0.10:8602/
<i> Content not from webpack is served from ‘C:\Users\charl\scratch-gui\public’ directory
<s> 10% building 0/6 entries 200/300 dependencies 14/98 modules
<s> 10% building 0/6 entries 393/429 dependencies 28/192 modules
<s> 10% building 0/6 entries 441/600 dependencies 33/205 modules
<s> 10% building 0/6 entries 518/700 dependencies 43/226 modules
<s> 10% building 0/6 entries 690/800 dependencies 51/294 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\react-dom\cjs\react-dom.development.js as it exceeds the max of 500KB.
<s> 10% building 0/6 entries 734/812 dependencies 77/300 modules
<s> 11% building 0/6 entries 814/872 dependencies 100/358 modules
<s> 19% building 1/6 entries 835/932 dependencies 110/358 modules
<s> 19% building 1/6 entries 900/1089 dependencies 128/381 modules
<s> 19% building 1/6 entries 1092/1100 dependencies 137/540 modules
<s> 28% building 2/6 entries 1103/1236 dependencies 152/541 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-l10n\locales\editor-msgs.js as it exceeds the max of 500KB.
<s> 28% building 2/6 entries 1289/1430 dependencies 178/600 modules
<s> 28% building 2/6 entries 1493/1600 dependencies 233/713 modules
<s> 28% building 2/6 entries 1519/3500 dependencies 233/714 modules
<s> 28% building 2/6 entries 1891/3535 dependencies 241/1000 modules
<s> 28% building 2/6 entries 2600/3535 dependencies 241/1551 modules
<s> 28% building 2/6 entries 3225/3541 dependencies 241/2000 modules
<s> 28% building import loader ./node_modules/scratch-blocks/node_modules/imports-loader/index.js
<s> 28% building import loader ./node_modules/scratch-blocks/node_modules/exports-loader/index.js
<s> 28% building 2/6 entries 3511/3545 dependencies 289/2188 modules
<s> 28% building 2/6 entries 3605/3700 dependencies 328/2229 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-blocks\msg\scratch_msgs.js as it exceeds the max of 500KB.
<s> 28% building 2/6 entries 3685/3900 dependencies 350/2233 modules
<s> 28% building 2/6 entries 3937/4012 dependencies 381/2300 modules
<s> 28% building 2/6 entries 4000/4169 dependencies 388/2324 modules
<s> 28% building import loader ./node_modules/arraybuffer-loader/index.js
<s> 28% building 2/6 entries 4133/4185 dependencies 412/2378 modules
<s> 28% building import loader ./node_modules/raw-loader/dist/cjs.js
<s> 28% building 2/6 entries 4133/4185 dependencies 412/2378 modules
<s> 28% building import loader ./node_modules/imports-loader/index.js
<s> 28% building import loader ./node_modules/exports-loader/index.js
<s> 28% building 2/6 entries 4202/4248 dependencies 425/2407 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\cat-blocks\msg\scratch_msgs.js as it exceeds the max of 500KB.
<s> 28% building 2/6 entries 4269/4300 dependencies 454/2435 modules
<s> 28% building 2/6 entries 4300/4332 dependencies 499/2441 modules
<s> 28% building 2/6 entries 4338/4358 dependencies 600/2466 modules
<s> 28% building 2/6 entries 4372/4372 dependencies 1200/2485 modules
<s> 29% building 2/6 entries 4380/4380 dependencies 1800/2485 modules
<s> 31% building 2/6 entries 4400/4500 dependencies 1966/2493 modules
<s> 31% building 2/6 entries 4700/4897 dependencies 1998/2500 modules
<s> 32% building import loader ./node_modules/base64-loader/index.js
<s> 32% building 2/6 entries 4879/4932 dependencies 2012/2540 modules
<s> 32% building 2/6 entries 5048/5100 dependencies 2069/2571 modules
<s> 33% building 2/6 entries 5200/5291 dependencies 2092/2599 modules
<s> 33% building 2/6 entries 5300/5381 dependencies 2105/2610 modules
<s> 33% building 2/6 entries 5328/5400 dependencies 2114/2630 modules
<s> 33% building 2/6 entries 5490/5600 dependencies 2155/2699 modules
<s> 33% building import loader ./node_modules/scratch-render/node_modules/raw-loader/index.js
<s> 33% building 2/6 entries 5638/5673 dependencies 2179/2735 modules
<s> 34% building 2/6 entries 5686/5800 dependencies 2195/2759 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\text-encoding\lib\encoding-indexes.js as it exceeds the max of 500KB.
<s> 35% building 2/6 entries 5963/6000 dependencies 2297/2862 modules
<s> 35% building 2/6 entries 6034/6100 dependencies 2346/2875 modules
<s> 36% building 2/6 entries 6173/6200 dependencies 2404/2925 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\scratch-blocks\blockly_compressed_vertical.js as it exceeds the max of 500KB.
<s> 37% building 2/6 entries 6237/6262 dependencies 2500/2931 modules
<s> 37% building 2/6 entries 6300/6365 dependencies 2540/2937 modules
<s> 38% building import loader ./node_modules/ify-loader/index.js
<s> 38% building 2/6 entries 6360/6393 dependencies 2560/2962 modules
Note: The code generator has deoptimised the styling of C:\Users\charl\scratch-gui\node_modules\cat-blocks\blockly_compressed_vertical.js as it exceeds the max of 500KB.
<s> 38% building 2/6 entries 6400/6424 dependencies 2590/2976 modules
<s> 38% building 2/6 entries 6465/6500 dependencies 2636/2986 modules
<s> 39% building 2/6 entries 6584/6638 dependencies 2700/3021 modules
<s> 40% building 2/6 entries 6700/6771 dependencies 2770/3050 modules
<s> 40% building 2/6 entries 6794/6849 dependencies 2800/3090 modules
<s> 41% building 2/6 entries 6900/6971 dependencies 2836/3137 modules
<s> 41% building 2/6 entries 7000/7016 dependencies 2885/3175 modules
<s> 41% building 2/6 entries 7037/7186 dependencies 2900/3178 modules
<s> 42% building 2/6 entries 7257/7300 dependencies 2999/3252 modules
<s> 44% building 2/6 entries 7383/7417 dependencies 3100/3280 modules
<s> 44% building 2/6 entries 7452/7500 dependencies 3174/3318 modules
<s> 45% building 2/6 entries 7543/7600 dependencies 3190/3366 modules
<s> 45% building 2/6 entries 7757/7800 dependencies 3228/3405 modules
<s> 46% building 2/6 entries 7878/7900 dependencies 3311/3440 modules
<s> 46% building 2/6 entries 7964/8000 dependencies 3354/3487 modules
<s> 48% building 2/6 entries 8298/8300 dependencies 3474/3574 modules
<s> 49% building 3/6 entries 8337/8337 dependencies 3572/3576 modules
<s> 49% building 4/6 entries 8337/8337 dependencies 3573/3576 modules
<s> 55% building 5/6 entries 8337/8337 dependencies 3574/3576 modules
<s> 64% building 6/6 entries 8337/8337 dependencies 3576/3576 modules
<s> 65% building
<s> 69% building finish
<s> 69% building finish
<s> 70% sealing finish module graph
<s> 70% sealing finish module graph ResolverCachePlugin
<s> 70% sealing finish module graph InferAsyncModulesPlugin
<s> 70% sealing finish module graph FlagDependencyExportsPlugin
<s> 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> 70% sealing finish module graph UmdLibraryPlugin
<s> 70% sealing finish module graph
<s> 70% sealing plugins
<s> 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> 70% sealing plugins
<s> 71% sealing dependencies optimization
<s> 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> 71% sealing dependencies optimization
<s> 71% sealing after dependencies optimization
<s> 71% sealing after dependencies optimization
<s> 72% sealing chunk graph
<s> 72% sealing chunk graph
<s> 73% sealing after chunk graph
<s> 73% sealing after chunk graph
<s> 73% sealing optimizing
<s> 73% sealing optimizing
<s> 74% sealing module optimization
<s> 74% sealing module optimization
<s> 75% sealing after module optimization
<s> 75% sealing after module optimization
<s> 75% sealing chunk optimization
<s> 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> 75% sealing chunk optimization SplitChunksPlugin
<s> 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> 75% sealing chunk optimization
<s> 76% sealing after chunk optimization
<s> 76% sealing after chunk optimization
<s> 77% sealing module and chunk tree optimization
<s> 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> 77% sealing module and chunk tree optimization
<s> 77% sealing after module and chunk tree optimization
<s> 77% sealing after module and chunk tree optimization
<s> 78% sealing chunk modules optimization
<s> 78% sealing chunk modules optimization
<s> 78% sealing after chunk modules optimization
<s> 78% sealing after chunk modules optimization
<s> 79% sealing module reviving
<s> 79% sealing module reviving RecordIdsPlugin
<s> 79% sealing module reviving
<s> 80% sealing before module ids
<s> 80% sealing before module ids
<s> 80% sealing module ids
<s> 80% sealing module ids NamedModuleIdsPlugin
<s> 80% sealing module ids
<s> 81% sealing module id optimization
<s> 81% sealing module id optimization
<s> 82% sealing module id optimization
<s> 82% sealing module id optimization
<s> 82% sealing chunk reviving
<s> 82% sealing chunk reviving RecordIdsPlugin
<s> 82% sealing chunk reviving
<s> 83% sealing before chunk ids
<s> 83% sealing before chunk ids
<s> 84% sealing chunk ids
<s> 84% sealing chunk ids NamedChunkIdsPlugin
<s> 84% sealing chunk ids
<s> 84% sealing chunk id optimization
<s> 84% sealing chunk id optimization
<s> 85% sealing after chunk id optimization
<s> 85% sealing after chunk id optimization
<s> 86% sealing record modules
<s> 86% sealing record modules RecordIdsPlugin
<s> 86% sealing record modules
<s> 86% sealing record chunks
<s> 86% sealing record chunks RecordIdsPlugin
<s> 86% sealing record chunks
<s> 87% sealing module hashing
<s> 87% sealing module hashing
<s> 87% sealing code generation
<s> 87% sealing code generation
<s> 88% sealing runtime requirements
<s> 88% sealing runtime requirements
<s> 89% sealing hashing
<s> 89% sealing hashing
<s> 89% sealing after hashing
<s> 89% sealing after hashing
<s> 90% sealing record hash
<s> 90% sealing record hash
<s> 91% sealing module assets processing
<s> 91% sealing module assets processing
<s> 91% sealing chunk assets processing
<s> 91% sealing chunk assets processing
<s> 92% sealing asset processing
<s> 92% sealing asset processing copy-webpack-plugin
<s> 92% sealing asset processing copy-webpack-plugin
<s> 92% sealing asset processing HotModuleReplacementPlugin
<s> 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> 92% sealing asset processing SourceMapDevToolPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing HtmlWebpackPlugin
<s> 92% sealing asset processing
<s> 93% sealing after asset optimization
<s> 93% sealing after asset optimization
<s> 93% sealing recording
<s> 93% sealing recording HotModuleReplacementPlugin
<s> 93% sealing recording
<s> 94% sealing after seal
<s> 94% sealing after seal
<s> 95% emitting emit
<s> 95% emitting emit CleanPlugin
<s> 95% emitting emit
<s> 98% emitting after emit
<s> 98% emitting after emit
<s> 99% done plugins
<s> 99% done plugins webpack-dev-server
<s> 99% done plugins webpack-dev-middleware
<s> 99% done plugins
<s> 99%
<s> 99% cache store build dependencies
<s> 99% cache store build dependencies
<s> 99% cache begin idle
<s> 99% cache begin idle
<s> 100%
assets by path static/assets/*.png 43.2 MiB 1295 assets
assets by path static/assets/*.gif 13 MiB 157 assets
assets by path static/blocks-media/ 373 KiB 142 assets
assets by path static/assets/*.mp3 1.87 MiB 45 assets
assets by path static/assets/*.jpg 3.15 MiB 24 assets
assets by path chunks/*.js 24.4 MiB 15 assets
assets by path static/assets/*.svg 2.17 MiB 12 assets
assets by path *.js 83.1 KiB
asset runtime.js 48.5 KiB (name: runtime) 1 related asset
+ 4 assets
assets by path *.html 2.95 KiB
asset index.html 853 bytes
+ 3 assets
+ 4 assets
Entrypoint gui 23.3 MiB (38.4 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/vendors-node_modules_core-js_fn_array_includes_js-node_modules_core-js_fn_promise_finally_js–1b5d1a.374034b672c1543dc0e7.js 216 KiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB gui.js 13.3 KiB 247 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 246 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 246 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 246 auxiliary assets
runtime modules 32.5 KiB 20 modules
orphan modules 14.2 KiB 8 modules
modules by path ./src/ 2.76 MiB (javascript) 61.5 MiB (asset) 2089 modules
modules by path ./node_modules/ 18.5 MiB (javascript) 1.87 MiB (asset)
javascript modules 17.9 MiB 1335 modules
asset modules 199 KiB (javascript) 1.87 MiB (asset) 108 modules
json modules 507 KiB 25 modules
modules by path ./lib/*./lib/locales (ignored) 30 bytes
./lib/locales (ignored) 15 bytes
./lib/locales (ignored) 15 bytes [built] [code generated]
modules by path ./node/*.js (ignored) 30 bytes
./node/self.js (ignored) 15 bytes [built] [code generated]
./node/extend.js (ignored) 15 bytes [built] [code generated]
+ 7 modules
webpack 5.91.0 compiled successfully in 73052 ms
<s> [webpack.Progress] 0%
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 3% setup watch run webpack-cli
<s> [webpack.Progress] 3% setup watch run webpack-dev-middleware
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
<s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
<s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
<s> [webpack.Progress] 9% setup compilation ModuleInfoHeaderPlugin
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
<s> [webpack.Progress] 9% setup compilation AMDPlugin
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
<s> [webpack.Progress] 9% setup compilation APIPlugin
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
<s> [webpack.Progress] 9% setup compilation ConstPlugin
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
<s> [webpack.Progress] 9% setup compilation ImportPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
<s> [webpack.Progress] 9% setup compilation SystemPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
<s> [webpack.Progress] 9% setup compilation URLPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
<s> [webpack.Progress] 9% setup compilation NamedChunkIdsPlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation HotModuleReplacementPlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 10% building
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> [webpack.Progress] 10% building 0/6 entries 1/6 dependencies 0/0 modules
<s> [webpack.Progress] 12% building 1/6 entries 454/464 dependencies 180/293 modules
<s> [webpack.Progress] 12% building 2/6 entries 454/464 dependencies 185/293 modules
<s> [webpack.Progress] 24% building 2/6 entries 2200/2716 dependencies 461/1558 modules
<s> [webpack.Progress] 37% building 3/6 entries 3089/3090 dependencies 3298/2101 modules
<s> [webpack.Progress] 46% building 4/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 55% building 5/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building 6/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
<s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk ids NamedChunkIdsPlugin
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing HotModuleReplacementPlugin
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording HotModuleReplacementPlugin
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit CleanPlugin
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins webpack-dev-server
<s> [webpack.Progress] 99% done plugins webpack-dev-middleware
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99%
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100%
assets by status 90.4 MiB [cached] 1702 assets
assets by path . 48.8 KiB
asset runtime.js 48.5 KiB [emitted] (name: runtime) 1 related asset
asset runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes [emitted] [immutable] [hmr] (name: runtime) 1 related asset
asset runtime.249f2270eddd1e7ec89f.hot-update.json 31 bytes [emitted] [immutable] [hmr]
Entrypoint gui 23.3 MiB (38.4 MiB) = 6 assets 248 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 247 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 247 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB runtime.249f2270eddd1e7ec89f.hot-update.js 354 bytes chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 247 auxiliary assets
cached modules 21.3 MiB (javascript) 64.4 MiB (asset) [cached] 3576 modules
runtime modules 32.5 KiB 20 modules
webpack 5.91.0 compiled successfully in 2634 ms
<s> [webpack.Progress] 0%
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 1% cache end idle
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 3% setup watch run webpack-cli
<s> [webpack.Progress] 3% setup watch run webpack-dev-middleware
<s> [webpack.Progress] 3% setup watch run
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 4% setup normal module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 5% setup context module factory
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
<s> [webpack.Progress] 6% setup before compile
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
<s> [webpack.Progress] 7% setup compile
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation CopyPlugin
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
<s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
<s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
<s> [webpack.Progress] 8% setup compilation
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
<s> [webpack.Progress] 9% setup compilation ModuleInfoHeaderPlugin
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
<s> [webpack.Progress] 9% setup compilation AMDPlugin
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
<s> [webpack.Progress] 9% setup compilation APIPlugin
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
<s> [webpack.Progress] 9% setup compilation ConstPlugin
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
<s> [webpack.Progress] 9% setup compilation ImportPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
<s> [webpack.Progress] 9% setup compilation SystemPlugin
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
<s> [webpack.Progress] 9% setup compilation URLPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
<s> [webpack.Progress] 9% setup compilation NamedChunkIdsPlugin
<s> [webpack.Progress] 9% setup compilation DefinePlugin
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation EntryPlugin
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
<s> [webpack.Progress] 9% setup compilation HotModuleReplacementPlugin
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
<s> [webpack.Progress] 9% setup compilation
<s> [webpack.Progress] 10% building
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
<s> [webpack.Progress] 11% building 1/6 entries 83/89 dependencies 27/66 modules
<s> [webpack.Progress] 11% building 2/6 entries 90/90 dependencies 62/70 modules
<s> [webpack.Progress] 64% building 3/6 entries 3081/3081 dependencies 3204/2097 modules
<s> [webpack.Progress] 65% building 4/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 64% building 5/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building 6/6 entries 3093/3093 dependencies 3576/2102 modules
<s> [webpack.Progress] 65% building
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 69% building finish
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
<s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
<s> [webpack.Progress] 70% sealing finish module graph
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
<s> [webpack.Progress] 70% sealing plugins
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
<s> [webpack.Progress] 71% sealing dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 71% sealing after dependencies optimization
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 72% sealing chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing after chunk graph
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 73% sealing optimizing
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 74% sealing module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing after module optimization
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
<s> [webpack.Progress] 75% sealing chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 76% sealing after chunk optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 78% sealing after chunk modules optimization
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
<s> [webpack.Progress] 79% sealing module reviving
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing before module ids
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
<s> [webpack.Progress] 80% sealing module ids
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 81% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing module id optimization
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
<s> [webpack.Progress] 82% sealing chunk reviving
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 83% sealing before chunk ids
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk ids NamedChunkIdsPlugin
<s> [webpack.Progress] 84% sealing chunk ids
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 84% sealing chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 85% sealing after chunk id optimization
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record modules
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
<s> [webpack.Progress] 86% sealing record chunks
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing module hashing
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 87% sealing code generation
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 88% sealing runtime requirements
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 89% sealing after hashing
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 90% sealing record hash
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing module assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 91% sealing chunk assets processing
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
<s> [webpack.Progress] 92% sealing asset processing HotModuleReplacementPlugin
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording HotModuleReplacementPlugin
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit CleanPlugin
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins webpack-dev-server
<s> [webpack.Progress] 99% done plugins webpack-dev-middleware
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99%
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100%
assets by status 90.4 MiB [cached] 1703 assets
Entrypoint gui 23.3 MiB (38.4 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/vendors-node_modules_core-js_fn_array_includes_js-node_modules_core-js_fn_promise_finally_js--1b5d1a.374034b672c1543dc0e7.js 216 KiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB gui.js 13.3 KiB 247 auxiliary assets
Entrypoint blocksonly 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB blocksonly.js 7.79 KiB 246 auxiliary assets
Entrypoint compatibilitytesting 23 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB compatibilitytesting.js 4.1 KiB 246 auxiliary assets
Entrypoint player 23.1 MiB (38.1 MiB) = runtime.js 48.5 KiB chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-70a9c6.836440c0a70e40d3399e.js 19.6 MiB chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.6a4dc11a94c4bfde0737.js 3.39 MiB player.js 9.44 KiB 246 auxiliary assets
cached modules 21.3 MiB (javascript) 64.4 MiB (asset) 32.5 KiB (runtime) [cached] 3596 modules
webpack 5.91.0 compiled successfully in 968 ms
<i> [webpack-dev-server] Gracefully shutting down. To force exit, press ^C again. Please wait...
<s> [webpack.Progress] 99% end closing watch compilation
<s> [webpack.Progress] 99% end closing watch compilation
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 99% cache shutdown MemoryCachePlugin
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 100%
- BigNate469
-
1000+ posts
Guide to Modding Scratch 3.0
They should update the links so that they're not redirecting from the LLK pages anymore, and instead directly using the scratchfoundation links…
- MasonYayYay
-
37 posts
Guide to Modding Scratch 3.0
What if i just want to make dfalt scratch with less rolls for more creativity
HeHem my chat room giting band ):
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
If your new blog appears red and without text in the GUI, and you have added it in the scratch-blocks folder and built scratch-blocks, try following the Build steps below. That has always fixed this issue for me, although the cause is unknown. When I find the actual cause and the solution, this post will be updated.Look's like there's a little typo here…
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
My browser / operating system: Windows NT 10.0, Chrome 129.0.0.0, Flash 32.0 (release 0)
Running
from the
folder gives this error:
even after trying what the Wiki said.
Running
npm install
scratch-blocks
Could not find "java" in your PATH.
Using remote compiler: closure-compiler.appspot.com ...
Error: Closure not found. Read this:
developers.google.com/blockly/guides/modify/web/closure
npm error code 1
npm error path E:\thing\scratch-blocks
npm error command failed
npm error command C:\windows\system32\cmd.exe /d /s /c python build.py && webpack
npm error A complete log of this run can be found in: C:\Users\[user]\AppData\Local\npm-cache\_logs\2024-10-03T09_00_29_238Z-debug-0.log
Last edited by gem1001 (Oct. 3, 2024 09:07:43)
- Mrcomputer1
-
500+ posts
Guide to Modding Scratch 3.0
One of the dependencies of scratch-blocks/Blockly uses Java, so you need Java installed. My browser / operating system: Windows NT 10.0, Chrome 129.0.0.0, Flash 32.0 (release 0)
Runningfrom thenpm installfolder gives this error:scratch-blockseven after trying what the Wiki said.Could not find "java" in your PATH.
Using remote compiler: closure-compiler.appspot.com ...
Error: Closure not found. Read this:
developers.google.com/blockly/guides/modify/web/closure
npm error code 1
npm error path E:\thing\scratch-blocks
npm error command failed
npm error command C:\windows\system32\cmd.exe /d /s /c python build.py && webpack
npm error A complete log of this run can be found in: C:\Users\[user]\AppData\Local\npm-cache\_logs\2024-10-03T09_00_29_238Z-debug-0.log
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
Now it's saying:One of the dependencies of scratch-blocks/Blockly uses Java, so you need Java installed. My browser / operating system: Windows NT 10.0, Chrome 129.0.0.0, Flash 32.0 (release 0)
Runningfrom thenpm installfolder gives this error:scratch-blockseven after trying what the Wiki said.Could not find "java" in your PATH.
Using remote compiler: closure-compiler.appspot.com ...
Error: Closure not found. Read this:
developers.google.com/blockly/guides/modify/web/closure
npm error code 1
npm error path E:\thing\scratch-blocks
npm error command failed
npm error command C:\windows\system32\cmd.exe /d /s /c python build.py && webpack
npm error A complete log of this run can be found in: C:\Users\[user]\AppData\Local\npm-cache\_logs\2024-10-03T09_00_29_238Z-debug-0.log
npm error code 2
npm error path E:\thing\scratch-blocks
npm error command failed
npm error command C:\windows\system32\cmd.exe /d /s /c python build.py && webpack
npm error A complete log of this run can be found in: C:\Users\[USER]\AppData\Local\npm-cache\_logs\2024-10-04T06_23_15_501Z-debug-0.log
Last edited by gem1001 (Oct. 4, 2024 06:28:03)
- Mrcomputer1
-
500+ posts
Guide to Modding Scratch 3.0
Does it say anything else, or just that? Because, it seems to only say it failed and doesn't have an explanation for why it failed.Now it's saying:One of the dependencies of scratch-blocks/Blockly uses Java, so you need Java installed. -snip-npm error code 2
npm error path E:\thing\scratch-blocks
npm error command failed
npm error command C:\windows\system32\cmd.exe /d /s /c python build.py && webpack
npm error A complete log of this run can be found in: C:\Users\[USER]\AppData\Local\npm-cache\_logs\2024-10-04T06_23_15_501Z-debug-0.log
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
It also saidDoes it say anything else, or just that? Because, it seems to only say it failed and doesn't have an explanation for why it failed.Now it's saying:One of the dependencies of scratch-blocks/Blockly uses Java, so you need Java installed. -snip-npm error code 2
npm error path E:\thing\scratch-blocks
npm error command failed
npm error command C:\windows\system32\cmd.exe /d /s /c python build.py && webpack
npm error A complete log of this run can be found in: C:\Users\[USER]\AppData\Local\npm-cache\_logs\2024-10-04T06_23_15_501Z-debug-0.log
ERROR in ./shim/blockly_compressed_horizontal.js
Module not found: Error: Can't resolve '../blockly_compressed_horizontal' in 'E:\thing\scratch-blocks\shim'
@ ./shim/blockly_compressed_horizontal.js 1:17-116
@ ./shim/blockly_compressed_horizontal.goog.js
@ ./node_modules/imports-loader?Blockly=../shim/blocks_compressed_horizontal-blockly_compressed_horizontal-messages,goog=../shim/blockly_compressed_horizontal.goog!./node_modules/exports-loader?Blockly!./msg/scratch_msgs.js
@ ./shim/horizontal.js
ERROR in ./shim/blockly_compressed_vertical.js
Module not found: Error: Can't resolve '../blockly_compressed_vertical' in 'E:\thing\scratch-blocks\shim'
@ ./shim/blockly_compressed_vertical.js 1:17-114
@ ./shim/blockly_compressed_vertical.goog.js
@ ./node_modules/imports-loader?Blockly=../shim/blocks_compressed_vertical-blockly_compressed_vertical-messages,goog=../shim/blockly_compressed_vertical.goog!./node_modules/exports-loader?Blockly!./msg/scratch_msgs.js
@ ./shim/vertical.js
The command line is too long.
UNKNOWN ERROR
The command line is too long.
UNKNOWN ERROR
SUCCESS: blockly_uncompressed_vertical.js
SUCCESS: blockly_uncompressed_horizontal.js
SUCCESS: blocks_compressed_horizontal.js
Size changed from 41 KB to 20 KB (50%).
blocks_vertical/vertical_extensions.js:55: WARNING - Misplaced function annotation. This JSDoc is not attached to a function node. Are you missing parentheses?
return function() {
^^^^^^^^^^^^^^^^^^^
- Mrcomputer1
-
500+ posts
Guide to Modding Scratch 3.0
It also saidDoes it say anything else, or just that? Because, it seems to only say it failed and doesn't have an explanation for why it failed. -snipandERROR in ./shim/blockly_compressed_horizontal.js
Module not found: Error: Can't resolve '../blockly_compressed_horizontal' in 'E:\thing\scratch-blocks\shim'
@ ./shim/blockly_compressed_horizontal.js 1:17-116
@ ./shim/blockly_compressed_horizontal.goog.js
@ ./node_modules/imports-loader?Blockly=../shim/blocks_compressed_horizontal-blockly_compressed_horizontal-messages,goog=../shim/blockly_compressed_horizontal.goog!./node_modules/exports-loader?Blockly!./msg/scratch_msgs.js
@ ./shim/horizontal.js
ERROR in ./shim/blockly_compressed_vertical.js
Module not found: Error: Can't resolve '../blockly_compressed_vertical' in 'E:\thing\scratch-blocks\shim'
@ ./shim/blockly_compressed_vertical.js 1:17-114
@ ./shim/blockly_compressed_vertical.goog.js
@ ./node_modules/imports-loader?Blockly=../shim/blocks_compressed_vertical-blockly_compressed_vertical-messages,goog=../shim/blockly_compressed_vertical.goog!./node_modules/exports-loader?Blockly!./msg/scratch_msgs.js
@ ./shim/vertical.jsThe command line is too long.
UNKNOWN ERROR
The command line is too long.
UNKNOWN ERROR
SUCCESS: blockly_uncompressed_vertical.js
SUCCESS: blockly_uncompressed_horizontal.js
SUCCESS: blocks_compressed_horizontal.js
Size changed from 41 KB to 20 KB (50%).
blocks_vertical/vertical_extensions.js:55: WARNING - Misplaced function annotation. This JSDoc is not attached to a function node. Are you missing parentheses?
return function() {
^^^^^^^^^^^^^^^^^^^
scratch-blocks tries to execute a command through the Windows Command Prompt that is too large for it. A simple fix is to change line 333 of build.py from this:
for group in [[CLOSURE_COMPILER_NPM], dash_args]:
for group in [["node", "node_modules/google-closure-compiler/cli.js"], dash_args]:
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
After runningsnip
scratch-blocks tries to execute a command through the Windows Command Prompt that is too large for it. A simple fix is to change line 333 of build.py from this:to this:for group in [[CLOSURE_COMPILER_NPM], dash_args]:This change makes the command not need to go through the Command Prompt.for group in [["node", "node_modules/google-closure-compiler/cli.js"], dash_args]:
npm run prepublish
Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Program Files\python273\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "build.py", line 232, in run
self.gen_core(True)
File "build.py", line 261, in gen_core
[os.path.join("core", "blockly.js")])
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 243, in CalculateDependencies
ResolveDependencies(require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 308, in ResolveDependencies
raise Exception('Missing provider for (%s)' % require)
Exception: Missing provider for (Blockly.Workspace)
Last edited by gem1001 (Oct. 13, 2024 15:14:39)
- Mrcomputer1
-
500+ posts
Guide to Modding Scratch 3.0
I'm not sure what that error means. Have you been able to make other changes to scratch-blocks or is this another thing that is preventing the base scratch-blocks from working?After running snipit saysnpm run prepublishException in thread Thread-4:
Traceback (most recent call last):
File "C:\Program Files\python273\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "build.py", line 232, in run
self.gen_core(True)
File "build.py", line 261, in gen_core
[os.path.join("core", "blockly.js")])
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 243, in CalculateDependencies
ResolveDependencies(require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 308, in ResolveDependencies
raise Exception('Missing provider for (%s)' % require)
Exception: Missing provider for (Blockly.Workspace)
- realmasterlevi
-
83 posts
Guide to Modding Scratch 3.0
So we can use custom blocks and things that easily allow us to do stuff like: access api’s,Things to Know Before StartingYou're telling me Scratch modding exists? But why?Install (If you Haven't Already)
- JavaScript: Scratch 3 is almost entirely written in JavaScript. You should be familiar with JavaScript to mod Scratch 3.
- React, HTML, and CSS: Scratch 3 uses the JavaScript library React. If you're interested in modding the UI, you should be familiar with React, HTML, and CSS.
- NPM or Yarn: Although it's not necessary to understand NPM or Yarn to Mod Scratch 3, as this post shows the commands you need to use, for more advanced mods that aren't explained in this post, understanding NPM or Yarn will be helpful.
Get Started
- Git: Git allows you to clone the Scratch 3 code and then (if you want) upload it to your own repository that you can share with others on Scratch.
- NodeJS: NodeJS is a tool for running JavaScript code in the command line, and includes a package manager, NPM. NPM will allow you to install dependencies, and open Scratch 3 in a browser.
- NPM or Yarn: NPM and Yarn are package managers that use the same database of packages. Use whichever you prefer.
- Code Editor: Although theoretically, you could create a Scratch 3 mod in Notepad, it's much easier with a code editor such as Visual Studio Code, Atom, Notepad++, or the many others available online.
- Python: Scratch Blocks' build tool uses Python. If your mod adds new blocks, you'll need Python. Scratch Blocks is incompatible with Python 3.x. Use Python 2.x instead.
Create a new folder for your mod.
Scratch 3.0 is designed in a modular way.
Image From Scratch-GUI Wiki
Every part is a different repository on GitHub.
As you add more functionality to your mod, your folder you just created will contain each component. For example, your mod may look like this:scratch_mod
scratch-gui
project.json
src
...
scratch-blocks
project.json
src
...
scratch-vm
project.json
src
...
Here are the components and links to their repositories:Most mods will only require modifications to Scratch GUI, Scratch Blocks, and Scratch VM.
- Scratch GUI - The GUI for Scratch 3.
- Scratch Blocks - The Blocks interface for Scratch 3, based on Google's Blockly. This allows you to add or remove blocks.
- Scratch VM - Running the Scratch 3 project. This allows you to add or change functions of any blocks.
- Scratch Render - Renders the Scratch 3 project in WebGL.
- Scratch Paint - The Vector Editor for Scratch 3.
- Scratch Audio - The Audio Engine for making noise in Scratch 3.
- Scratch Storage - Loading and Storing projects and assets in Scratch 3.
- Scratch SVG Renderer - Handles “quirks” of Scratch 2 SVGs.
Scratch GUI
From your new folder, run the commandInstall all the dependencies usinggit clone https://github.com/llk/scratch-gui
cd scratch-guiornpm installTo open the GUI in a browser, runyarn installornpm startAnd open localhost:8601 in your browser.yarn start
Scratch Blocks
From the folder you created at the start of this post (NOT scratch-gui, but its parent folder), runInside scratch-blocks, rungit clone https://github.com/llk/scratch-blocks
cd scratch-blocksornpm installLink it to your GUI so that your changes to scratch-blocks are reflected in the GUI by running the commandyarn installornpm linkAnd then, from the scratch-gui folder, runyarn linkornpm link scratch-blocksThis removes the original scratch-blocks dependency inside scratch-gui and replaces it with a reference to your scratch-blocks folder.yarn link scratch-blocks
To add or change a block, open the blocks_vertical folder.
Open the file for the type of block you want to add or change (for example, motion.js)
A block looks like this:If you're adding a new block, open msg/messages.js and add a label for the block with the same name you used in the block. For example, here's a move 100 steps block:Blockly.Blocks['motion_movesteps'] = { /** * Block to move steps. * @this Blockly.Block */ init: function() { this.jsonInit({ "message0": Blockly.Msg.MOTION_MOVESTEPS, "args0": [ { "type": "input_value", "name": "STEPS" } ], "category": Blockly.Categories.motion, "extensions": ["colours_motion", "shape_statement"] }); } };And in msg/messages.js:// motion.js Blockly.Blocks['motion_move100steps'] = { /** * Block to move 100 steps. * @this Blockly.Block */ init: function() { this.jsonInit({ "message0": Blockly.Msg.MOTION_MOVE100STEPS, "category": Blockly.Categories.motion, "extensions": ["colours_motion", "shape_statement"] }); } };To add the block to the GUI, or change its location or default values, open scratch-gui/src/make-toolbox-xml.js and add the block somewhere in the tree. Example:Blockly.Msg.MOTION_MOVE100STEPS = 'move 100 steps'; // Place the block with other blocks from the category!Once you've changed or added a block, build Scratch Blocks by running<!-- Move 100 Steps Block --> <block type="motion_move100steps" /> <!-- Move X Steps Block --> <block type="motion_movesteps"> <value name="STEPS"> <shadow type="math_number"> <field name="NUM">2</field> </shadow> </value> </block>ornpm run prepublishIf you get an error on this step, it is probably because Scratch Blocks' compiler uses a Python library that does not work on Windows. There are a few solutions:yarn prepublishThis issue should not affect Linux or Mac users.
- Run the command from a Bash Terminal, such as the one that comes with Git on Windows, or in a Windows Subsystem for Linux environment.
- Use the online version of the compiler: If Java is not available, the online version of the compiler will be run. You can temporarily deactivate Java without uninstalling it by temporarily removing it from the path.
If your new blog appears red and without text in the GUI, and you have added it in the scratch-blocks folder and built scratch-blocks, try following the Build steps below. That has always fixed this issue for me, although the cause is unknown. When I find the actual cause and the solution, this post will be updated.
Scratch VM
From the folder you created at the start of this post (NOT scratch-gui, but its parent folder), runinside scratch-vm, rungit clone https://github.com/llk/scratch-vm
cd scratch-vmornpm installLink it to your GUI so that your changes to scratch-vm are reflected in the GUI by running the commandyarn installornpm linkAnd then, from the scratch-gui folder, runyarn linkornpm link scratch-vmThis removes the original scratch-blocks dependency inside scratch-gui and replaces it with a reference to your scratch-blocks folder.yarn link scratch-vm
To change the way a block works open the section's file under src/blocks. For example, for a motion block, open src/blocks/scratch3_motion.js.
Find the function for the block you want to change. For example, to change Move Steps, findTo make a sprite move 100 times the amount of steps you entered, change the function tomoveSteps (args, util) { const steps = Cast.toNumber(args.STEPS); const radians = MathUtil.degToRad(90 - util.target.direction); const dx = steps * Math.cos(radians); const dy = steps * Math.sin(radians); util.target.setXY(util.target.x + dx, util.target.y + dy); }If you have scratch-gui open in your browser, refresh the page, and see the sprite move much farther than before!moveSteps (args, util) { const steps = Cast.toNumber(args.STEPS*100); const radians = MathUtil.degToRad(90 - util.target.direction); const dx = steps * Math.cos(radians); const dy = steps * Math.sin(radians); util.target.setXY(util.target.x + dx, util.target.y + dy); }
To add functionality for a new block, open the file for the category the block is in. For example, for a motion block, open src/blocks/scratch3_motion.js. In the function getPrimitives, add an entry for the name you used in Scratch Blocks (for example, motion_move100steps) and map it to a new function. for example, with the motion_move100steps block:Refresh Scratch-GUI in your browser and try it out!class Scratch3MotionBlocks { getPrimitives () { return { motion_move100steps: this.move100Steps, // Other Blocks }; }; // Other Functions move100Steps (args, util) { const steps = 100; const radians = MathUtil.degToRad(90 - util.target.direction); const dx = steps * Math.cos(radians); const dy = steps * Math.sin(radians); util.target.setXY(util.target.x + dx, util.target.y + dy); } }
Building and Releasing
To build Scratch 3, in your Scratch-GUI folder, runornpm run buildThen, open the folder build inside Scratch-GUI, and open the index.html file in your browser. You should see your Scratch 3 mod running.yarn build
You can upload the contents of build to whatever hosting service you want (GitHub Pages, Firebase Hosting, etc), or your own server, and share your mod on Scratch!
Have easier 3d
Not be restricted to scratches rules (I’m talking to you pen****mod and sn***ide)
To have more cool blocks
And etc.
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
I added an exponent blockI'm not sure what that error means. Have you been able to make other changes to scratch-blocks or is this another thing that is preventing the base scratch-blocks from working?After running snipit saysnpm run prepublishException in thread Thread-4:
Traceback (most recent call last):
File "C:\Program Files\python273\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "build.py", line 232, in run
self.gen_core(True)
File "build.py", line 261, in gen_core
[os.path.join("core", "blockly.js")])
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 243, in CalculateDependencies
ResolveDependencies(require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 308, in ResolveDependencies
raise Exception('Missing provider for (%s)' % require)
Exception: Missing provider for (Blockly.Workspace)
- 8to16
-
1000+ posts
Guide to Modding Scratch 3.0
does it do anything or is it just like clicking it but no tooltip appears (and if you put it through a say block, it says “undefined”) I added an exponent block
- gem1001
-
100+ posts
Guide to Modding Scratch 3.0
Its that I get this error when runningdoes it do anything or is it just like clicking it but no tooltip appears (and if you put it through a say block, it says “undefined”) I added an exponent block
npm run prepublish
Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Program Files\python273\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "build.py", line 232, in run
self.gen_core(True)
File "build.py", line 261, in gen_core
[os.path.join("core", "blockly.js")])
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 243, in CalculateDependencies
ResolveDependencies(require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 308, in ResolveDependencies
raise Exception('Missing provider for (%s)' % require)
Exception: Missing provider for (Blockly.Workspace)
- BabyBellaBoor
-
100+ posts
Guide to Modding Scratch 3.0
HEY MAN YOU DO REALIZE YOU CAN COMBINE DESTOP AND MOBILE PROJECTSIts that I get this error when runningdoes it do anything or is it just like clicking it but no tooltip appears (and if you put it through a say block, it says “undefined”) I added an exponent block:npm run prepublishException in thread Thread-4:
Traceback (most recent call last):
File "C:\Program Files\python273\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "build.py", line 232, in run
self.gen_core(True)
File "build.py", line 261, in gen_core
[os.path.join("core", "blockly.js")])
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 243, in CalculateDependencies
ResolveDependencies(require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 314, in ResolveDependencies
ResolveDependencies(sub_require, search_hash, result_list, seen_list)
File "node_modules\google-closure-library\closure\bin\calcdeps.py", line 308, in ResolveDependencies
raise Exception('Missing provider for (%s)' % require)
Exception: Missing provider for (Blockly.Workspace)
- Discussion Forums
- » Advanced Topics
-
» Guide to Modding Scratch 3.0