Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
add a readme
README.md | 10 ++++++++++
diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..154574a372023bad4a89c8b75cd72904df8cf98f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# parcel-preact-draftjs + +This is a simple repository which demonstrates the parcel/preact error when +building an application containing draft-js as dependency. + +When running the `yarn build` command it'll output the following error: + +``` +node_modules/preact/compat/dist/compat.module.js does not export 'unstable_flushControlled +```