Skip to content

Commit ecc1434

Browse files
committed
refactor: drop bluebird
1 parent 77f2a1c commit ecc1434

File tree

19 files changed

+353
-292
lines changed

19 files changed

+353
-292
lines changed

babel.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ module.exports = {
33
'@vue/cli-plugin-babel/preset',
44
],
55
plugins: [
6-
['@babel/plugin-transform-async-to-generator', {
7-
module: 'bluebird',
8-
method: 'coroutine',
9-
}],
10-
['@babel/plugin-syntax-import-attributes'],
6+
'@babel/plugin-syntax-import-attributes',
7+
'@babel/plugin-transform-private-methods',
118
],
129
};

0 commit comments

Comments
 (0)