-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
version 1.2.0 - npm run build - slowly!!! #15
Comments
运行官方的browser-example,把版本降为1.1.1,速度明显比v1.2.0快很多! |
@lzsheng what's your node version and OS? |
Building |
nonde:7.2.1 |
v1.2.0: building browser-example consumes about 114s |
Currently, you could use v1.1 if you only need browser rendering. |
ok,thx! |
There is a significant size difference in the builds between 1.1.1 and 1.2.0. My locale loading goes something like this:
Building the package: v1.2.0: Checked the build with source-map-explorer and it does include locale data files for every language, not just the ones defined with the locales. |
从1.1.1版本升级至1.2.0版本后
运行官方browser-example的代码,执行npm start是很快的,但是在执行npm run build的时候,大概要构建2-3分钟。
在我自己的项目中(使用v1.1.1版本,构建时间大概是45s),但是升级了v1.2.0后等待超过10分钟依然不能构建成功!!!但是换回 v1.1.1 版本后,却能正常构建
请尽快解决这个问题~~辛苦啦
The text was updated successfully, but these errors were encountered: