ft-interactive / starter-kit

A template for IG pages
65 stars 15 forks source link

Sourcemaps are busted #228

Closed aendra-rininsland closed 5 years ago

aendra-rininsland commented 5 years ago

This line needs to replace the devtool line in the Webpack config:

devtool: env === 'development' ? 'inline-source-map' : 'source-map',
aendra-rininsland commented 5 years ago

Pretty sure this is long since fixed pretty much everywhere.