feat: 使用ui框架

This commit is contained in:
eric
2022-11-13 09:08:28 +08:00
parent 24f5d841ab
commit 571bd6e552
55 changed files with 59127 additions and 2395 deletions

View File

@@ -1,9 +1,8 @@
module.exports = {
env: {
NODE_ENV: '"production"'
},
defineConstants: {
NODE_ENV: '"production"',
},
defineConstants: {},
mini: {},
h5: {
/**
@@ -33,5 +32,5 @@ module.exports = {
// postProcess: (context) => ({ ...context, outputPath: path.join(staticDir, 'index.html') })
// }))
// }
}
}
},
};