nikushi / minipack

Minipack, a gem for minimalists, which can integrates Rails with webpack. It is an alternative to Webpacker.
MIT License
115 stars 22 forks source link

Fix bug that watched_paths Array cou be updated #18

Closed nikushi closed 5 years ago

nikushi commented 5 years ago

config.watched_paths << 'src/**/*' must have been updatable, but not due to #16