Skip to content

Commit 237a784

Browse files
authored
fix build setting
1 parent bc2c60f commit 237a784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const options = [
1616
},
1717
{
1818
format: 'esm',
19-
file: pkg.module,
19+
file: pkg.exports.import,
2020
},
2121
],
2222
plugins: [

0 commit comments

Comments
 (0)