Open
Description
Since matter-tools
is only used is the demo, it should be a devDependency.
Currently, when the matter-collision-events
package is installed it will pull along matter-tools
and all its dependencies. This is suboptimal because it results in a bigger node_modules
directory and some of matter-tools
dependencies take ages to get built cough node-sass
cough.
Also, the node-sass
that matter-tools
uses' build process fails with Node.js 12 at the moment, so matter-collision-events can't be used in a Node.js 12 environment. Of course this issue also needs to be addressed separately, but at least it would not impact matter-collision-events
users.
Metadata
Metadata
Assignees
Labels
No labels