Skip to content

Commit d644354

Browse files
jayuTrancever
authored andcommitted
chore: fix babel plugin import (callstack#1305)
1 parent ee40e58 commit d644354

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./src/babel');
1+
module.exports = require('./lib/module/babel/index.js');

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "lib/module/index.js",
66
"types": "lib/typescript/src/index.d.ts",
77
"files": [
8-
"src",
98
"lib",
10-
"dist"
9+
"dist",
10+
"babel.js"
1111
],
1212
"sideEffects": false,
1313
"repository": {
@@ -134,4 +134,4 @@
134134
"src/"
135135
]
136136
}
137-
}
137+
}

0 commit comments

Comments
 (0)