File: README.md

package info (click to toggle)
node-ts-loader 9.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,940 kB
  • sloc: javascript: 7,230; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
This test shows how to do simple code splitting with TypeScript and webpack.

See the comments in `app.ts` for a quick overview of the process.

More information can be found at these sites:
- https://www.typescriptlang.org/docs/handbook/modules.html#dynamic-module-loading-in-nodejs
- https://webpack.js.org/guides/code-splitting/
- https://github.com/webpack/webpack/tree/master/examples/code-splitting