jsxc-react-hook 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jsxc-react-hook.js +255 -604
- package/dist/jsxc-react-hook.umd.cjs +7 -15
- package/package.json +3 -3
- package/src/Sel.tsx +2 -2
- package/src/lib/assets/.fuse_hidden00043c3c00000004 +2 -0
- package/src/main.tsx +0 -1
- package/vite.config.ts +1 -1
package/src/main.tsx
CHANGED
package/vite.config.ts
CHANGED
@@ -17,7 +17,7 @@ export default defineConfig({
|
|
17
17
|
rollupOptions: {
|
18
18
|
// make sure to externalize deps that shouldn't be bundled
|
19
19
|
// into your library
|
20
|
-
external: ['react'],
|
20
|
+
external: ['react', "react-dom"],
|
21
21
|
output: {
|
22
22
|
// Provide global variables to use in the UMD build
|
23
23
|
// for externalized deps
|