From 80cf76b40b307a8d45c2028cec32a435d8f0a972 Mon Sep 17 00:00:00 2001 From: liabru Date: Wed, 15 Dec 2021 10:49:00 +0000 Subject: [PATCH] added note about webpack performance to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c3b129..732f8f4 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ Alternatively you can download a [stable release](https://github.com/liabru/matt +### Webpack + +Some [webpack](https://webpack.js.org/) configs including the default may impact your project's performance during development, for a solution see [issue](https://github.com/liabru/matter-js/issues/1001). + ### Usage Visit the [Getting started](https://github.com/liabru/matter-js/wiki/Getting-started) wiki page for a minimal usage example which should work in both browsers and Node.js.