Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundle): exclude source-maps when applicable
If a vendor bundle contains source maps, currently those source maps are created/copied over to the dist folder despite source maps being disabled in the aurelia options. This fix checks to make sure that source maps should be enabled before making them.
- Loading branch information