Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit b3edf85

Browse files
committed
Adding dist/src to *ignore files
There is [an outstanding awesome-typescript-loader issue](s-panferov/awesome-typescript-loader#193) and [an unmerged PR](s-panferov/awesome-typescript-loader#136) which talk to this issue. Seems that, for the .d.ts files, ATL doesn't understand the Webpack context properly when outputting files.
1 parent 86aa38a commit b3edf85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
coverage
2+
dist/src
23
debug.log
34
node_modules

commands/initial/templates/__npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.gitignore
33
coverage
44
debug.log
5+
dist/src
56
karma.conf.js
67
node_modules
78
test.ts

0 commit comments

Comments
 (0)