-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am looking for advice. I am building post 5 of your tilemap articles, and I installed the plugin as directed.
When I build a production version of the app, I get several warnings such as those below.
node_modules/phaser-matter-collision-plugin/dist/phaser-matter-collision.js (29:0): Use of eval in "node_modules/phaser-matter-collision-plugin/dist/phaser-matter-collision.js" is strongly discouraged as it poses security risks and may cause issues with minification.
The files in the dist folder of the node manager plugin show logic like the following.
eval("__webpack_require__.r(__webpack_exports__);\n...
How do I rebuild the plugin so that it doesn't have the eval logic?
Does it matter? Is it a security issue?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels