Skip to content

Commit 39f9908

Browse files
authored
Merge pull request #74 from SolidOS/fixDev
fixed npm start
2 parents 0eb8442 + b0bee43 commit 39f9908

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)