Closed gonzofish closed 7 years ago
If you run tests, the source maps are not showing up...to test run npm test watch and notice there's no webpack:// directory, where the maps should be coming from...
npm test watch
webpack://
It is working on npm start, so that might be a good place to start investigating...
npm start
2d02411 closes this
If you run tests, the source maps are not showing up...to test run
npm test watch
and notice there's nowebpack://
directory, where the maps should be coming from...It is working on
npm start
, so that might be a good place to start investigating...