THIS PLUGIN HAS BEEN MOVED TO THE REACT-STATIC MONOREPO AND IS ACTIVELY MAINTAINED THERE
A React-Static plugin that adds support for preact
In an existing react-static site run:
$ yarn add react-static-plugin-preact
Then add the plugin to your static.config.js
:
export default {
plugins: ["react-static-plugin-preact"]
};