Skip to content

Commit b0bee43

Browse files
committed
fixed npm start
1 parent 0eb8442 commit b0bee43

File tree

3 files changed

+1557
-9579
lines changed

3 files changed

+1557
-9579
lines changed

babel.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
plugins: [
3+
["@babel/plugin-transform-runtime"]
4+
]
5+
};

0 commit comments

Comments
 (0)