The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 0 Fork 1.3K

jacobson/yshop商城系统前端
Paused

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
babel.config.js 248 Bytes
Copy Edit Raw Blame History
const plugins = ['@vue/babel-plugin-transform-vue-jsx']
// 生产环境移除console
if (process.env.NODE_ENV === 'production') {
plugins.push('transform-remove-console')
}
module.exports = {
plugins: plugins,
presets: [
'@vue/app'
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jacobson/yshopmall_qd.git
git@gitee.com:jacobson/yshopmall_qd.git
jacobson
yshopmall_qd
yshop商城系统前端
master

Search

0d507c66 1850385 C8b1a773 1850385