build 后 static 里有 js 和 css 等文件,有没有打包命令可以把 static 打包进一个 html 文件里去?
1
throns 2021-02-27 11:41:05 +08:00 via iPhone
可以写个 gulp 脚本替换,看看这个文章 https://www.labnol.org/code/bundle-react-app-single-file-200514
|
2
EridanusSora 2021-02-27 17:54:32 +08:00 via Android
html-webpack-plugin
|