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

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -