how to eliminate the render blocking in angular-cli site?

后端 未结 1 771
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 02:47

after running ng build --prod I can go into my index.html file in the newly created dist folder and add the async attribute to the bun

相关标签:
1条回答
  • 2021-01-05 03:20

    I'm afraid its not possible with the CLI as of now. See https://github.com/angular/angular-cli/issues/3323 for a discussion on the topic.

    0 讨论(0)
提交回复
热议问题