Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Dec 28, 2023
2 parents 7c26381 + 9e9ff5d commit 4f62f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qqtools/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function(api) {
['@babel/preset-typescript']
],
plugins: [
'@babel/plugin-syntax-import-assertions'
['@babel/plugin-syntax-import-attributes', { deprecatedAssertSyntax: true }]
]
};
};

0 comments on commit 4f62f6f

Please sign in to comment.