-
-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
375dcda
commit 6d25045
Showing
6 changed files
with
14 additions
and
14 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
10 changes: 5 additions & 5 deletions
10
.../comparison-tests/nodeModulesMeaningfulErrorWhenImportingTs/expectedOutput-2.9/output.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Asset Size Chunks Chunk Names | ||
bundle.js 3.77 KiB main [emitted] main | ||
bundle.js 3.79 KiB main [emitted] main | ||
Entrypoint main = bundle.js | ||
[./app.ts] 79 bytes {main} [built] | ||
[./node_modules/a/index.ts] 568 bytes {main} [built] [failed] [1 error] | ||
[./node_modules/a/index.ts] 556 bytes {main} [built] [failed] [1 error] | ||
|
||
ERROR in ./node_modules/a/index.ts | ||
Module build failed: Error: Typescript emitted no output for node_modules/a/index.ts. By default, ts-loader will not compile .ts files in node_modules. | ||
Module build failed: Error: Typescript emitted no output for node_modules\a\index.ts. By default, ts-loader will not compile .ts files in node_modules. | ||
You should not need to recompile .ts files there, but if you really want to, use the allowTsInNodeModules option. | ||
See: https://github.com/Microsoft/TypeScript/issues/12358 | ||
at successLoader (dist/index.js:41:15) | ||
at Object.loader (dist/index.js:21:12) | ||
at successLoader (dist\index.js:41:15) | ||
at Object.loader (dist\index.js:21:12) | ||
@ ./app.ts 3:8-20 |
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
10 changes: 5 additions & 5 deletions
10
test/comparison-tests/validateLoaderOptionNames/expectedOutput-2.9/output.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Asset Size Chunks Chunk Names | ||
bundle.js 3.53 KiB main [emitted] main | ||
bundle.js 3.54 KiB main [emitted] main | ||
Entrypoint main = bundle.js | ||
[./app.ts] 766 bytes {main} [built] [failed] [1 error] | ||
[./app.ts] 751 bytes {main} [built] [failed] [1 error] | ||
|
||
ERROR in ./app.ts | ||
Module build failed: Error: ts-loader was supplied with an unexpected loader option: notRealOption | ||
|
||
Please take a look at the options you are supplying; the following are valid options: | ||
silent / logLevel / logInfoToStdOut / instance / compiler / context / configFile / transpileOnly / ignoreDiagnostics / errorFormatter / colors / compilerOptions / appendTsSuffixTo / appendTsxSuffixTo / onlyCompileBundledFiles / happyPackMode / getCustomTransformers / reportFiles / experimentalWatchApi / allowTsInNodeModules | ||
|
||
at validateLoaderOptions (dist/index.js:110:19) | ||
at getLoaderOptions (dist/index.js:72:5) | ||
at Object.loader (dist/index.js:15:21) | ||
at validateLoaderOptions (dist\index.js:110:19) | ||
at getLoaderOptions (dist\index.js:72:5) | ||
at Object.loader (dist\index.js:15:21) |
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