v1.0.1
Plugin
- bumped rempl version
- added
onlyWatchModeoption (#8)
onlyWatchMode option activates plugin only in a watch mode (> webpack --watch or > webpack-dev-server)
If onlyWatchMode is false then the plugin will be activated in a normal (> webpack) and in a watch mode (> webpack --watch or > webpack-dev-server). It means that normal building process will not be terminated after finish because the plugin is holding a permanent connection to the rempl server. The only way to terminate building process is ctrl+c like in a watch mode.
true by default.