Closed cha0s closed 5 years ago
Examples wouldn't build since examples/src isn't in rootDir. By nulling rootDir and setting rootDirs in ts-loader's compilerOptions, everything works.
examples/src
rootDir
null
rootDirs
ts-loader
compilerOptions
Examples wouldn't build since
examples/src
isn't inrootDir
. Bynull
ingrootDir
and settingrootDirs
ints-loader
'scompilerOptions
, everything works.