Move CSS compilation to a lib file
By moving most of the CSS compilation to a lib file, we will be able to reuse it more easily in some other scripts.
显示
- package.json 1 个添加, 1 个删除package.json
- scripts/frontend/build_css.mjs 13 个添加, 0 个删除scripts/frontend/build_css.mjs
- scripts/frontend/lib/compile_css.mjs 60 个添加, 26 个删除scripts/frontend/lib/compile_css.mjs
- scripts/frontend/webpack_dev_server.js 11 个添加, 0 个删除scripts/frontend/webpack_dev_server.js
- vite.config.js 4 个添加, 0 个删除vite.config.js
加载中
想要评论请 注册 或 登录