ts-loader
Advanced tools
Comparing version 0.2.1 to 0.2.2
# Changelog | ||
## v0.2.2 | ||
- Fix issue with source maps | ||
## v0.2.1 | ||
@@ -4,0 +8,0 @@ |
@@ -120,5 +120,5 @@ ///<reference path="node_modules/typescript/bin/typescript.d.ts" /> | ||
if (options.sourceMap) { | ||
contents = output.outputFiles[1].text; | ||
sourceMap = JSON.parse(output.outputFiles[0].text); | ||
sourceMap.sourcesContent = [contents]; | ||
contents = output.outputFiles[1].text; | ||
} | ||
@@ -125,0 +125,0 @@ else { |
{ | ||
"name": "ts-loader", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "TypeScript loader for webpack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12242