Skip to content

v1.0.1

Choose a tag to compare

@smelukov smelukov released this 03 Mar 14:46
· 943 commits to master since this release

Plugin

  • bumped rempl version
  • added onlyWatchMode option (#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.