This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove karma-source-map-support dependency, it is no longer needed. The karma-sourcemap-loader module will handle source maps for us. Add the sourcemap preprocessor to the test files as well so the test file line numbers also match. Instead of the devtool option in the webpack test config, use the SourceMapDevToolPlugin. This will also generate source maps on files with a .ts extension. Fixes #15
- Loading branch information
Floris Bernard
committed
Jul 25, 2016
1 parent
50a73db
commit 80441f9
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters