The sourcemaps provided by babylon are referenced by the provided (and copiled) js files in the package. you need to consume them if you want them to work correctly. The simplest (and TBH the only way I know) is using this - source-map-loader | webpack
2 Likes