原文报错代码:
> vue-element-admin@3.10.0 dev
> cross-env BABEL_ENV=development webpack-dev-server --host 0.0.0.0 --inline --progress --config build/webpack.dev.conf.js
98% after emitting SizeLimitsPlugin
WARNING Compiled with 2 warnings 15:50:49
warning
asset size limit: The following asset(s) exceed the recommended size limit (28.6 MiB).
This can impact web performance.
Assets:
app.js (29.4 MiB)
warning
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/