Skip to content

xaun/ts-node-webpack-hmr-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS Webpack HMR

Usage

Load deps & create an initial build

yarn
webpack

Watch for changes & server the bundle

webpack --watch & node build/bundle.js

Edit the lib2.ts file and see that the lib.ts and lib2.ts file are reloaded, but not the index.ts file. The interval should continue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published