From cb2b219554de1b8a74b040f29a4e30b5e37d31fb Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Thu, 9 Nov 2023 00:08:02 -0500 Subject: [PATCH] Update README.md Add note that may help people experiencing https://github.com/enketo/enketo-transformer/issues/185 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5ece53..6694018 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ const result = await transform({ **Note:** because `preprocess` depends on `libxmljs` which is only available for Node, `preprocess` is also not supported on the web. If you must preprocess an XForm before it is transformed, you may do that before calling `transform`. +If your project uses Webpack or another bundler, you may need to [tell it to ignore the `libxslt` package](https://github.com/enketo/enketo-transformer/issues/185#issuecomment-1802426670). + ## Development/local usage ### Install