christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Fix sourcemap warnings #141

Open bebraw opened 8 years ago

bebraw commented 8 years ago

When you are using the React boilerplate, the console shows a lot of '//@ sourceURL' and '//@ sourceMappingURL' are deprecated, please use '//# sourceURL=' and '//# sourceMappingURL=' instead. warnings.

Those are annoying especially if you want to demonstrate something through the console.