8000 GitHub - tomachalek/ts-loader-alias-issue: a minimal working example for issue 1294
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomachalek/ts-loader-alias-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal working example for TypeStrong/ts-loader#1294

How to test the failing example

  1. make sure ts-loader 9.1.2 is configured (review and edit package.json)
  2. npm install
  3. npm run build

This shoudl produce the following error:

ERROR in /path/to/project/ts-loader-alias-issue/public/js/query.ts
1:31-54
[tsl] ERROR in /path/to/project/ts-loader-alias-issue/public/js/query.ts(1,32)
      TS2307: Cannot find module 'plugins/corparch/init' or its corresponding type declarations.

How to test the working example

  1. make sure ts-loader 8.0.18 is configured (review and edit package.json)
  2. npm install
  3. npm run build
  • no error

About

a minimal working example for issue 1294

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0