Moves some naming stuff to an internal _CONFIG in webpack.
Switch source map file names to "[file].map" which effectively handles multiple targets (like a bundle.js and bundle.css -- prior to this change we'd get one source map only for the last file generated).
This PR
_CONFIG
in webpack."[file].map"
which effectively handles multiple targets (like abundle.js
andbundle.css
-- prior to this change we'd get one source map only for the last file generated)./cc @boygirl @kenwheeler @divmain