Skip to content

Minimal test for webpack hot-reload for haxe js target

Notifications You must be signed in to change notification settings

r8code/haxe-js-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haxe js with webpack for hot reload

simple Hello world setting

Dependencies

  • haxe-watchify
  • webpack

Usage

  • npm install haxe-watchify -g
  • npm install

then open two terminal

first terminal:

  • npm run watch

second terminal:

  • haxe-watchify --program haxe --hxml build.hxml

Open localhost:8080 then try editing Main.hx to see hot-reload

TODO:

  • resolve source map generated by webpack to haxe

About

Minimal test for webpack hot-reload for haxe js target

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published