4 Star 0 Fork 0

郭雨轲/dwd-spms-frontend

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
babel.config.js 462 Bytes
Copy Edit Raw Blame History
周善敏 authored 2023-11-23 08:31 . 初始化仓库
module.exports = {
presets: [
// https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app
'@vue/cli-plugin-babel/preset'
],
'env': {
'development': {
// babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
// This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
'plugins': ['dynamic-import-node']
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gyknamespace/dwd-spms-frontend.git
git@gitee.com:gyknamespace/dwd-spms-frontend.git
gyknamespace
dwd-spms-frontend
dwd-spms-frontend
master

Search