You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-56Lines changed: 7 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,66 +58,17 @@ Use `on:raw-EventName` and `oncapture:RawEvent-Name` to register event handlers
58
58
59
59
To enable capture and bubble phase of an event, please refer to this [doc](https://github.com/SudoMaker/DOMiNATIVE#tweakabledefineeventoptioneventname-string-option-eventoption)
60
60
61
-
### Patching `package.json` of`solid-js`
61
+
### Manually aliasing`solid-js`
62
62
63
-
You have to patch the `exports` key in the `package.json` form `node_modules/solid-js`. It is recommended to use [patch-package](https://www.npmjs.com/package/patch-package) for patching.
63
+
You have to manually aliasing `solid-js` to the browser version in `webpack.config.js`, otherwise it will use the server version.
0 commit comments