Debugging with webpack, ES6 and Babel
This is an issue with Javascript source maps, which don’t currently support mapping symbol names, and babel, which changes the names of import-ed modules when compiling to CommonJS from ES2105 module syntax. Babel does this to fully support the fact that ES2015 modules export bindings by resolving all references to imports whenever they are used … Read more