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
build一次的时间达到了184793ms,略吓人啊。 麻烦po主有空帮忙分析下是啥原因?
另外我看之前页面是默认有引入那个vendor.dll.js的,最近更新之后发现被注释掉了,请问是什么原因呢? @lin-xin
The text was updated successfully, but these errors were encountered:
@Kirito-H 嗯,这里面引用太多插件了和整个element,太大了,构建的时候每次都要去压缩这些插件到一起,就很慢。之前引入了这个vendor.dll.js,构建时间确实是提高了。但是之前在一个地方有看到,所引入element的时候有报错,我前两天确实看到了在表格页会在控制台有打印了个错误,但是找不到原因。 提高 webpack 构建 Vue 项目的速度
Sorry, something went wrong.
No branches or pull requests
build一次的时间达到了184793ms,略吓人啊。
麻烦po主有空帮忙分析下是啥原因?
另外我看之前页面是默认有引入那个vendor.dll.js的,最近更新之后发现被注释掉了,请问是什么原因呢?
@lin-xin
The text was updated successfully, but these errors were encountered: