Skip to content

Commit

Permalink
refactor: drop bluebird
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 7, 2025
1 parent 058e82b commit bffeb15
Show file tree
Hide file tree
Showing 19 changed files with 346 additions and 286 deletions.
7 changes: 2 additions & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ module.exports = {
'@vue/cli-plugin-babel/preset',
],
plugins: [
['@babel/plugin-transform-async-to-generator', {
module: 'bluebird',
method: 'coroutine',
}],
['@babel/plugin-syntax-import-attributes'],
'@babel/plugin-syntax-import-attributes',
'@babel/plugin-transform-private-methods',
],
};
Loading

0 comments on commit bffeb15

Please sign in to comment.