Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed May 21, 2022
1 parent a6bfb33 commit 3267b94
Show file tree
Hide file tree
Showing 3 changed files with 1,176 additions and 1,563 deletions.
6 changes: 5 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ module.exports = function (api) {

const plugins = [];

const ignore = [/node_modules\/(?!(ext-components|ext-contribute|wesa)\/).*/];
const ignore = [
new RegExp(
`node_modules\\${path.sep}(?!(ext-components|ext-contribute|wesa)\\${path.sep}).*`
)
];

const parserOpts = {plugins: ['importAssertions']};

Expand Down
Loading

0 comments on commit 3267b94

Please sign in to comment.