FreezingMoon / AncientBeast

The Turn Based Strategy Game/eSport. Master your beasts! 🐺
https://AncientBeast.com
GNU Affero General Public License v3.0
1.67k stars 580 forks source link

webpack warnings #1485

Open DreadKnight opened 5 years ago

DreadKnight commented 5 years ago

Big size warnings

WARNING in configuration
The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this environment.

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  86360decb0c2cc520c4bf709119329e1.ogg (3.24 MiB)
  3d08e70a17e98d737efc23fc62106b9b.ogg (2.77 MiB)
  61a2519ae5e255a0aad64f5cea791218.ogg (2.88 MiB)
  4d0b8836247c609be9b2fa89e0508954.ogg (3.29 MiB)
  57b4b91ea1223562ec53f454da16d672.ogg (3.06 MiB)
  1057ad62629cc22e9df68263a54b6822.ogg (3.24 MiB)
  9c58e61963c4a10dd9d532df9a675a3f.ogg (5.49 MiB)
  a6865feb6de6efec7cc66d6ee28ed296.ogg (3.52 MiB)
  edfc43f7a708a5b2014280dbdaa9cafe.ogg (2.94 MiB)
  5d44167c757cd72b5eb2a6c7b442282d.ogg (2.86 MiB)
  3ab29837720fb9cfe9014906f28cb142.ogg (1.71 MiB)
  389fba2b93875d7ca1b7fdd36ef5d077.png (492 KiB)
  25f7a032a3c91570e628de8aa7b4710a.png (256 KiB)
  d9157cae9f5a177a7e4a7e4bf74bd98b.gif (270 KiB)
  bdd89dab4c81fb18d8f170528f9f8e36.gif (687 KiB)
  b7261cfd8c92220c7d0258a8041538cc.gif (288 KiB)
  a0feda22cc2c0a57c67cb9c840dc2675.gif (494 KiB)
  ancientbeast.js (9.42 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (9.42 MiB)
      ancientbeast.js

WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
DreadKnight commented 5 years ago

The ancientbeast.js one is related to #1472