This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Description
Hi,
I have fixed some minor issues with IE in my own branch (PR here #423)
However when trying to use my own version of preact-compat directly from github I run into this issue: npm/npm#3055
Ie: preact-compat requires build artifacts to work when installed via npm install, but they are only included when prepublish hook is run.
If we change this to prepare this will also work when installing via npm install