nkholski / phaser3-es6-webpack

Generic platformer and Phaser 3 bootstrap project
http://metroid.niklasberg.se/phaser3platformer/
703 stars 141 forks source link

Linter? #27

Open wayfu opened 5 years ago

wayfu commented 5 years ago

Hey, thanks for making this available! I'm having trouble debugging because the dev build is linting stuff in a way that even with a source map the line numbers don't match. .eslintrc doesn't seem to be used at all?

pic of what shouldn't happen

How can I turn this off?

wayfu commented 5 years ago

Switching from "cheap-source-map" to "source-map" as the devtool in the webpack config did the trick.