This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Description
Given the popularity of sourcemaps we should flip our default setting, so sourcemap support are enabled by default.
Rational:
If a source map is present it's most likely needed to resolve paths correctly. Some people don't notice the sourcemap config, and end up with a bad first time experience.
We should therefore flip the setting, and explicitly allow people to disable source maps if needed.
This would simplify the default configs too.