We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run dev
[email protected] dev webpack serve --content-base public
i 「wds」: Project is running at http://localhost:9000/ i 「wds」: webpack output is served from / i 「wds」: Content not from webpack is served from public Webpack Bundle Analyzer saved report to C:\Users\jtorr\Documents\development\svelte\svelte-webpack-multipage-base\dist\report.html ‼ 「wdm」: assets by path public/ 581 KiB assets by path public/static/ 5.24 KiB asset public/static/favicon.png 3.05 KiB [emitted] [from: public/static/favicon.png] [copied] asset public/static/logo-mask.svg 1.37 KiB [emitted] [from: public/static/logo-mask.svg] [copied] asset public/static/global.css 835 bytes [emitted] [from: public/static/global.css] [copied] assets by path public/js/.js 576 KiB asset public/js/map.3415c4afc6fd5e6e5b92.js 307 KiB [emitted] [immutable] (name: map) 1 related asset asset public/js/index.26525d290d2dbf220a19.js 269 KiB [emitted] [immutable] (name: index) 1 related asset assets by path .html 698 bytes asset index.html 350 bytes [emitted] asset map.html 348 bytes [emitted] runtime modules 60 KiB 28 modules modules by path ./node_modules/ 171 KiB modules by path ./node_modules/@babel/runtime/ 9.64 KiB 27 modules modules by path ./node_modules/svelte-hmr/runtime/.js 41.8 KiB 6 modules modules by path ./node_modules/webpack/hot/.js 4.4 KiB 4 modules modules by path ./node_modules/svelte/ 73.3 KiB 2 modules
WARNING in ./node_modules/svelte-hmr/runtime/hot-api.js 131:49-73 export 'default' (imported as '_regeneratorRuntime') was not found in '@babel/runtime/regenerator' (possible exports: __esModule) @ ./node_modules/svelte-hmr/runtime/index.js 1:0-44 1:0-44 @ ./node_modules/svelte-loader/lib/hot-api.js 8:0-50 65:22-34 @ ./src/pages/index/App.svelte 154:0-157 159:8-38 @ ./src/pages/index/main.js 1:0-31 2:14-17
WARNING in ./node_modules/svelte-hmr/runtime/hot-api.js 134:15-39 export 'default' (imported as '_regeneratorRuntime') was not found in '@babel/runtime/regenerator' (possible exports: __esModule) @ ./node_modules/svelte-hmr/runtime/index.js 1:0-44 1:0-44 @ ./node_modules/svelte-loader/lib/hot-api.js 8:0-50 65:22-34 @ ./src/pages/index/App.svelte 154:0-157 159:8-38 @ ./src/pages/index/main.js 1:0-31 2:14-17
webpack 5.68.0 compiled with 2 warnings in 3611 ms i 「wdm」: Compiled with warnings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
npm run dev
i 「wds」: Project is running at http://localhost:9000/
i 「wds」: webpack output is served from /
i 「wds」: Content not from webpack is served from public
Webpack Bundle Analyzer saved report to C:\Users\jtorr\Documents\development\svelte\svelte-webpack-multipage-base\dist\report.html
‼ 「wdm」: assets by path public/ 581 KiB
assets by path public/static/ 5.24 KiB
asset public/static/favicon.png 3.05 KiB [emitted] [from: public/static/favicon.png] [copied]
asset public/static/logo-mask.svg 1.37 KiB [emitted] [from: public/static/logo-mask.svg] [copied]
asset public/static/global.css 835 bytes [emitted] [from: public/static/global.css] [copied]
assets by path public/js/.js 576 KiB
asset public/js/map.3415c4afc6fd5e6e5b92.js 307 KiB [emitted] [immutable] (name: map) 1 related asset
asset public/js/index.26525d290d2dbf220a19.js 269 KiB [emitted] [immutable] (name: index) 1 related asset
assets by path .html 698 bytes
asset index.html 350 bytes [emitted]
asset map.html 348 bytes [emitted]
runtime modules 60 KiB 28 modules
modules by path ./node_modules/ 171 KiB
modules by path ./node_modules/@babel/runtime/ 9.64 KiB 27 modules
modules by path ./node_modules/svelte-hmr/runtime/.js 41.8 KiB 6 modules
modules by path ./node_modules/webpack/hot/.js 4.4 KiB 4 modules
modules by path ./node_modules/svelte/ 73.3 KiB 2 modules
modules by path ./src/pages/ 35 KiB
modules by path ./src/pages/map/ 28.3 KiB
modules by path ./src/pages/map/.svelte 28.1 KiB 3 modules
modules by path ./src/pages/map/.js 146 bytes 2 modules
modules by path ./src/pages/index/ 6.71 KiB
./src/pages/index/main.js 151 bytes [built] [code generated]
./src/pages/index/App.svelte 6.56 KiB [built] [code generated]
WARNING in ./node_modules/svelte-hmr/runtime/hot-api.js 131:49-73
export 'default' (imported as '_regeneratorRuntime') was not found in '@babel/runtime/regenerator' (possible exports: __esModule)
@ ./node_modules/svelte-hmr/runtime/index.js 1:0-44 1:0-44
@ ./node_modules/svelte-loader/lib/hot-api.js 8:0-50 65:22-34
@ ./src/pages/index/App.svelte 154:0-157 159:8-38
@ ./src/pages/index/main.js 1:0-31 2:14-17
WARNING in ./node_modules/svelte-hmr/runtime/hot-api.js 134:15-39
export 'default' (imported as '_regeneratorRuntime') was not found in '@babel/runtime/regenerator' (possible exports: __esModule)
@ ./node_modules/svelte-hmr/runtime/index.js 1:0-44 1:0-44
@ ./node_modules/svelte-loader/lib/hot-api.js 8:0-50 65:22-34
@ ./src/pages/index/App.svelte 154:0-157 159:8-38
@ ./src/pages/index/main.js 1:0-31 2:14-17
webpack 5.68.0 compiled with 2 warnings in 3611 ms
i 「wdm」: Compiled with warnings.
The text was updated successfully, but these errors were encountered: