ColdFragrance
ColdFragrance
我们的一个大型项目使用Angular6.1,在服务器(CentOS7.4 8C/32G)上,使用命令node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --prod --build--optimizer --base-href /project/编译大概35-40分钟之间,后来增大max_old_space_size配置,改用命令node --max_old_space_size=100000000 --max_semi_space_size=200000000 ./node_modules/@angular/cli/bin/ng build --prod --build--optimizer --base-href /project/,编译减少10分钟,再增大也没有效果。请问如何配置能实现更快速的编译?
我们有个大型项目中使用Angular6.1,应该如何配置能实现项目增量构建呢? PS:https://www.infoq.cn/article/2017/11/angular-5/上描述说“Angular 编译器支持增量构建,在使用 Typescript 转换的实际项目测试中能够减少 90% 的构建时间。由于大型项目的构建时间被降至 2s 以内,在 CLI 的未来版本中将会默认开启 AOT(Ahead-Of-Time)编译模式。”但是没有提及具体方式。
### Question I want to develop a plugin that deal with multipart/form-data,but i got "org.springframework.core.codec.DecodingException: Could not find first boundary" error.Who can help me? Thanks a lot. Here is my...
### Question I requested a site based on divide plugin,but the ssl cert of this site is insecure,my service does not work.Who can give me a suggestion? Or how support...
### Question As the title , Does ShenYu support Dameng database?
### Question Hi everyone: I upgraded shenyu 2.6.1,but got endless logs in console as follows.How can I shield it? 
### Question Hi everyone, I configure 2 interfaces by shenyu-bootstrap, called /a and /b.They are work while single,but /b does not work until timeout while invoked by /a.After timeout, /b...
### Question Hi everyone.My project built by shenyu-bootstrap,When the client frequently calls the interface in a short period of time, there are often individual request timeouts, and the call logs...
### Question hi everyone, my project based on shenyu-bootstrap 2.5.1. Frequently,shenyu-admin updates new configuration in production, cannot sync shenyu-bootstrap after sync. I tested works in development.Who can help me?
### Question Hi everyone, I configure 2 interfaces by shenyu-bootstrap, called /a and /b.They are work while single,but /b does not work until timeout while invoked by /a.After timeout, /b...