Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
move to npm, maintenance 0.20 protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
vdg committed Sep 20, 2020
1 parent eafcd49 commit cc91ee8
Show file tree
Hide file tree
Showing 7 changed files with 28,539 additions and 29 deletions.
21 changes: 21 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
plugins: [
[
"babel-plugin-relative-path-import", {
"paths": [
{ "rootPathPrefix": "@", "rootPathSuffix": "." }
]
}
]
]
};
Loading

0 comments on commit cc91ee8

Please sign in to comment.