Discuss Scratch

dynamicsofscratch
Scratcher
1000+ posts

Guide to Modding Scratch 3.0

SMI_Productions wrote:

(#685)
I attempted to npm install the blocks, but all I get is:
node:internal/crypto/hash:68
this[kHandle] = new _Hash(algorithm, xofLen);
^

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at module.exports (E:\975 Productions\Champ\champ-blocks\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (E:\975 Productions\Champ\champ-blocks\node_modules\webpack\lib\NormalModule.js:417:16)
at handleParseError (E:\975 Productions\Champ\champ-blocks\node_modules\webpack\lib\NormalModule.js:471:10)
at E:\975 Productions\Champ\champ-blocks\node_modules\webpack\lib\NormalModule.js:503:5
at E:\975 Productions\Champ\champ-blocks\node_modules\webpack\lib\NormalModule.js:358:12
at E:\975 Productions\Champ\champ-blocks\node_modules\loader-runner\lib\LoaderRunner.js:373:3
at iterateNormalLoaders (E:\975 Productions\Champ\champ-blocks\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at Array.<anonymous> (E:\975 Productions\Champ\champ-blocks\node_modules\loader-runner\lib\LoaderRunner.js:205:4)
at Storage.finished (E:\975 Productions\Champ\champ-blocks\node_modules\webpack\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:55:16)
at E:\975 Productions\Champ\champ-blocks\node_modules\webpack\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:91:9
at E:\975 Productions\Champ\champ-blocks\node_modules\graceful-fs\graceful-fs.js:123:16
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3) {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v20.11.1
npm ERR! code 1
npm ERR! path E:\975 Productions\Champ\champ-blocks
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c python2 build.py && webpack
How do I fix this?
try yarn or
npm install scratch-blocks
Charlieonthego
Scratcher
40 posts

Guide to Modding Scratch 3.0

After I put
npm install
it said
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\charl\Downloads\myScratchExtensions/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\charl\Downloads\myScratchExtensions\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
ScratchBatchy12345
Scratcher
2 posts

Guide to Modding Scratch 3.0

Thanks, very helpful.
Thesodakingfan2017
Scratcher
23 posts

Guide to Modding Scratch 3.0

3.0 into scratch 1.4
dynamicsofscratch
Scratcher
1000+ posts

Guide to Modding Scratch 3.0

Thesodakingfan2017 wrote:

(#690)
3.0 into scratch 1.4
??what
56-s
Scratcher
500+ posts

Guide to Modding Scratch 3.0

A easier way is to just copy the scratch project and put in a GitHub webpage like this https://659in.github.io/Scratch-3.0-play/master/ tho it will show the 2019 scratch instead of the current one.
56-s
Scratcher
500+ posts

Guide to Modding Scratch 3.0

bump
dynamicsofscratch
Scratcher
1000+ posts

Guide to Modding Scratch 3.0

A C modding option should be there for scratch
would run so fast
56-s
Scratcher
500+ posts

Guide to Modding Scratch 3.0

dynamicsofscratch wrote:

A C modding option should be there for scratch
would run so fast
But it would be soo hard
Thesodakingfan2017
Scratcher
23 posts

Guide to Modding Scratch 3.0

My browser / operating system:
  • Windows NT 10.0
, Chrome 125.0.0.0, No Flash version detected
Charlieonthego
Scratcher
40 posts

Guide to Modding Scratch 3.0

XXXXXXXXXXXXXXXX
Thesodakingfan2017
Scratcher
23 posts

Guide to Modding Scratch 3.0

Scratch 4.0
b4fi0ih8
Scratcher
0 posts

Guide to Modding Scratch 3.0

*pfft* I don't like nodejs
Charlieonthego
Scratcher
40 posts

Guide to Modding Scratch 3.0

When I put the following
npm install
it said
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: worker-loader@2.0.0
npm WARN Found: webpack@5.91.0
npm WARN node_modules/webpack
npm WARN dev webpack@"5.91.0" from the root project
npm WARN 16 more (@webpack-cli/configtest, @webpack-cli/info, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer webpack@"^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" from worker-loader@2.0.0
npm WARN node_modules/worker-loader
npm WARN worker-loader@"^2.0.0" from scratch-storage@2.3.28
npm WARN node_modules/scratch-storage
npm WARN
npm WARN Conflicting peer dependency: webpack@4.47.0
npm WARN node_modules/webpack
npm WARN peer webpack@"^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" from worker-loader@2.0.0
npm WARN node_modules/worker-loader
npm WARN worker-loader@"^2.0.0" from scratch-storage@2.3.28
npm WARN node_modules/scratch-storage

> scratch-gui@4.0.4 prepublish
> node scripts/prepublish.mjs

'\\wsl.localhost\Ubuntu\home\adduser\scratch-gui'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
node:internal/modules/cjs/loader:1147
throw err;
^

Error: Cannot find module 'C:\Windows\scripts\prepublish.mjs'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Node.js v20.11.1
npm ERR! code 1
npm ERR! path \\wsl.localhost\Ubuntu\home\adduser\scratch-gui
npm ERR! command failed
npm ERR! command C:\windows\system32\cmd.exe /d /s /c node scripts/prepublish.mjs

npm ERR! A complete log of this run can be found in: C:\Users\charl\AppData\Local\npm-cache\_logs\2024-06-04T08_28_11_639Z-debug-0.log
alphabetlorev2
Scratcher
2 posts

Guide to Modding Scratch 3.0

No
Thesodakingfan2017
Scratcher
23 posts

Guide to Modding Scratch 3.0

nothing bans…
Homame
Scratcher
2 posts

Guide to Modding Scratch 3.0

can you explain how to make scratch mod
Charlieonthego
Scratcher
40 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
Scratcher
40 posts

Guide to Modding Scratch 3.0

I did
npm start
, and I think it worked.
> 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
Scratcher
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
  ./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%

Powered by DjangoBB