Browse Source

build(gulp): build

测试打包后功能
master
wangxiang 2 years ago
parent
commit
2a28ec58c2
  1. 1
      vite.config.ts

1
vite.config.ts

@ -109,7 +109,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { @@ -109,7 +109,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
preprocessorOptions: {
// 参考文档: https://lesscss.org/usage/#command-line-usage-options
less: {
charset: false,
// 设置需要修改less的变量
modifyVars: generateModifyVars(),
// 在less文件中启用内联JavaScript,目前已经被弃用

Loading…
Cancel
Save