Skip to content

Commit 2aea956

Browse files
committed
更新依赖&版本号(2.12.0-beta.5)
1 parent 1803517 commit 2aea956

4 files changed

Lines changed: 227 additions & 320 deletions

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@babel/plugin-syntax-dynamic-import",
2222
"@babel/plugin-transform-modules-umd",
2323
"@babel/plugin-transform-runtime",
24-
"@babel/plugin-proposal-class-properties"
24+
"@babel/plugin-transform-class-properties"
2525
]
2626
}

.ncurc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ module.exports = {
2727

2828
// target: 'patch',
2929
// filter: [
30+
// 'electron',
3031
// 'vue',
3132
// ],
3233

3334
// target: 'minor',
3435
// filter: [
35-
// 'electron',
3636
// 'eslint',
3737
// 'eslint-webpack-plugin',
3838
// 'electron-debug',

0 commit comments

Comments
 (0)