Skip to content

Commit

Permalink
chore: updated babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Oct 11, 2021
1 parent 9d52550 commit d6897b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-09-16 09:28:13
* @LastEditTime: 2021-09-23 16:15:57
* @LastEditTime: 2021-10-11 13:33:18
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\babel.config.js
Expand All @@ -15,7 +15,7 @@ module.exports = {
[
'@babel/env',
{
loose: true,
loose: false,
modules: false
}
],
Expand All @@ -24,7 +24,7 @@ module.exports = {
plugins: [
'@vue/babel-plugin-jsx',
'@babel/plugin-proposal-nullish-coalescing-operator',
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: false }],
'@babel/transform-runtime',
'lodash'
],
Expand Down

0 comments on commit d6897b2

Please sign in to comment.