Skip to content

Commit a53fca3

Browse files
authored
Merge pull request #10 from space307/useSlot
build: fix
2 parents d69ae58 + fbdc1a1 commit a53fca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "Effector library for slots implementation in React",
55
"type": "module",
6-
"source": "src/index.ts",
6+
"source": "src/index.tsx",
77
"exports": "./dist/index.modern.js",
88
"main": "./dist/index.cjs",
99
"module": "./dist/index.module.js",
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"clean-publish": "npm run build && clean-publish && wait",
26-
"build": "microbundle --compress --no-sourcemap --no-raw",
26+
"build": "microbundle --compress --no-sourcemap --no-raw --jsx React.createElement",
2727
"prettier:check": "prettier --check 'src/**/*.{ts,tsx}'",
2828
"prettier:fix": "prettier --write 'src/**/*.{ts,tsx}'",
2929
"test": "jest"

0 commit comments

Comments
 (0)