add 宜宾东磁的导出

This commit is contained in:
zhoujj
2025-04-27 17:03:44 +08:00
parent 78a3ce6a5e
commit cfdc93c0ac
15 changed files with 606 additions and 169 deletions

View File

@@ -1,8 +1,8 @@
const plugins = ['@vue/babel-plugin-transform-vue-jsx']
// 生产环境移除console
if (process.env.NODE_ENV === 'production') {
plugins.push('transform-remove-console')
}
// // 生产环境移除console
// if (process.env.NODE_ENV === 'production') {
// plugins.push('transform-remove-console')
// }
module.exports = {
plugins: [
...plugins,