Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(webpack): Fix sourcemapping issues in karma
Browse files Browse the repository at this point in the history
see #18 and #21
  • Loading branch information
hypery2k committed Jan 18, 2017
1 parent 29aa629 commit ab568d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions etc/webpack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ module.exports = webpackMerge(commonConfig, {
* See: http://webpack.github.io/docs/configuration.html#plugins
*/
plugins: [
new webpack.SourceMapDevToolPlugin({
filename: null, // if no value is provided the sourcemap is inlined
lineToLine: true,
module: false,
test: /\.(ts|map|js)($|\?)/i // process .js and .ts files only
}),
new webpack.LoaderOptionsPlugin({
test: /\.ts/i,
options: {
Expand Down

0 comments on commit ab568d0

Please sign in to comment.