Skip to content

Commit

Permalink
fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jun 19, 2023
1 parent ee06ba6 commit 9597318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Expand Up @@ -5,7 +5,6 @@ module.exports = function (api) {
useBuiltIns: false,
loose: true,
};
const exclude = ['**/node_modules/**'];
const plugins = [
"@babel/transform-runtime",
["polyfill-corejs3", {
Expand All @@ -25,6 +24,6 @@ module.exports = function (api) {
[ '@babel/typescript', { allowDeclareFields: true } ]
],
plugins,
exclude,
exclude: ['**/node_modules/**'],
};
};
1 change: 0 additions & 1 deletion packages/solid-imask/rollup.config.mjs
Expand Up @@ -11,7 +11,6 @@ import copy from 'rollup-plugin-copy';
const globals = {
'solid-js': 'Solid',
imask: 'IMask',
'prop-types': 'PropTypes',
};

const extensions = ['.js', '.ts', '.tsx', '.jsx'];
Expand Down

0 comments on commit 9597318

Please sign in to comment.