Created
May 2, 2021 10:59
-
-
Save avin/a4389d7a5e0be05b00f6d986f81c8a61 to your computer and use it in GitHub Desktop.
Replace React with Preact. Reduce 100kb bundle size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| webpack: { | |
| alias: { | |
| "react": "preact/compat", | |
| "react-dom/test-utils": "preact/test-utils", | |
| "react-dom": "preact/compat", | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment