Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Rework the "ignore not found" export plugin #61

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

Currently, there's a plugin in use to ignore specific webpack warnings, but it's a bit too broad with its functionality (it ignores all "not found" warnings, instead of just the three.js ones). The plugin should be configured to be more specific.