From e43afac3d27faf38739cac700f051e9424f7af59 Mon Sep 17 00:00:00 2001 From: andys8 Date: Thu, 29 Sep 2022 14:26:39 +0200 Subject: [PATCH] purs-loader update to ESM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d359fb..779dbdf 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,5 @@ module.exports = { ## Alternative An alternative to using craco is to [import the PureScript compiler output directly](https://github.com/purescript/spago/#get-started-from-scratch-with-webpack-frontend-projects). + +Or use vite, esbuild or parcel instead of create-react-app.