jasononeil / webpack-haxe-loader

Webpack loader for the Haxe programming language.
MIT License
38 stars 11 forks source link

Add contextDependencies option #52

Closed kLabz closed 5 years ago

kLabz commented 5 years ago

Added new option (and a small typo fix):

contextDependencies: (String[]) List of additional path (directories or files) to watch

I use it to make webpack watch for changes in my translation files, etc.

elsassph commented 5 years ago

Maybe call the option watch?

kLabz commented 5 years ago

Sure :)