Skip to content

Commit

Permalink
fix nodeModulesMeaningfulErrorWhenImportingTs for TS2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Dec 19, 2016
1 parent b278ff8 commit 24b6b57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ chunk {0} bundle.js (main) 52 bytes [rendered]
[0] ./.test/nodeModulesMeaningfulErrorWhenImportingTs/app.ts 52 bytes {0} [built] [1 error]

ERROR in ./.test/nodeModulesMeaningfulErrorWhenImportingTs/~/a/index.ts
Module build failed: Error: Typescript emitted no output for node_modules\a\index.ts.
Module build failed: Error: Typescript emitted no output for node_modules/a/index.ts.
You should not need to recompile .ts files in node_modules.
Please contact the package author to advise them to use --declaration --outDir.
More https://github.com/Microsoft/TypeScript/issues/12358
at Object.loader (dist\index.js:33:15)
at Object.loader (dist/index.js:32:15)
@ ./.test/nodeModulesMeaningfulErrorWhenImportingTs/app.ts 2:8-20

0 comments on commit 24b6b57

Please sign in to comment.