Skip to content

Commit

Permalink
Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
modernpoacherlimited committed May 15, 2023
1 parent 5760fb8 commit d43d101
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

.circleci
.github
.husky

.editorconfig
.eslintignore
.eslintrc

.gitattributes

.depsrc

# User-defined NPM configuration
Expand Down
6 changes: 5 additions & 1 deletion src/index.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
require('@babel/register')({ ignore: [] })
require('@babel/register')({
ignore: [
/node_modules\/(?!shinkansen-)/
]
})

const debug = require('debug')

Expand Down

0 comments on commit d43d101

Please sign in to comment.