File: README.md

package info (click to toggle)
node-ts-loader 9.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,940 kB
  • sloc: javascript: 7,230; makefile: 4
file content (1 line) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
This test shows how to do simple code splitting with TypeScript and webpack using the dynamic `import` syntax.  Support for this shipped with TypeScript 2.4.  [This blog post](https://blog.mariusschulz.com/2018/01/14/code-splitting-with-import-typescript-and-webpack) was used as the basis for the test - thanks @mariusschulz!