1.2K Star 3.4K Fork 1.1K

dgiot开源社区 / iotView

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
babel.config.js 557 Bytes
Copy Edit Raw Blame History
xuxiaobo1010 authored 2022-10-20 16:35 . init
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.
// https://panjiachen.github.io/vue-element-admin-site/guide/advanced/lazy-loading.html
'plugins': ['dynamic-import-node']
}
}
}
JavaScript
1
https://gitee.com/dgiiot/iotView.git
git@gitee.com:dgiiot/iotView.git
dgiiot
iotView
iotView
master

Search