build - Compile TypeScript with modules and bundle to one file -
when using module
inside tsconfig.json
typescript compiler ignore --out
flags , generate regular output, e.g. commonjs
modules in seperate files.
is there way bundle transpiled files single file?
i trying use webpack can not of loaders run. running typescript compiler directly works.
for typescript external module bundles can use npm package tsproject
Comments
Post a Comment