An open API service indexing awesome lists of open source software.

https://github.com/javaluo/nuxt-test-demo

测试nuxt2.9.x,疑似有个小BUG
https://github.com/javaluo/nuxt-test-demo

Last synced: 3 months ago
JSON representation

测试nuxt2.9.x,疑似有个小BUG

Awesome Lists containing this project

README

        

# nuxt-test-demo
测试nuxt2.9.x,疑似有个小BUG


在`nuxt.config.js`中设置了allChunks后
```
build:{
extractCSS: {allChunks: true}
}
```
每次`yarn build` 生成的文件hash都不一样