Skip to content

Commit 035481c

Browse files
committed
added readme note about vue watchers
1 parent 014ef77 commit 035481c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,13 @@ Alternatively you can download a [stable release](https://github.com/liabru/matt
124124

125125
<script src="matter.js" type="text/javascript"></script>
126126

127-
### Webpack
127+
### Performance with other tools (e.g. Webpack, Vue etc.)
128128

129-
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).
129+
Bundlers and frameworks may reduce real-time performance when using their default configs, especially in development modes.
130+
131+
When using [Webpack](https://webpack.js.org/), the default sourcemap config can have a large impact, for a solution see [issue](https://github.com/liabru/matter-js/issues/1001).
132+
133+
When using [Vue.js](https://vuejs.org/), watchers can have a large impact, for a solution see [issue](https://github.com/liabru/matter-js/issues/1001#issuecomment-998911435).
130134

131135
### Usage
132136

0 commit comments

Comments
 (0)