You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue relating to babel-runtime not being included as a dependency in a production environment - but being referenced in the transpilation due to babel-transform-runtime being included as a devDependency.
There's now the ability to pass arbitrary props into the .watch() invocation that are subsequently surfaced in the resulting onChange watchers (registered through .watch()). 067977c
BREAKING Argument order of onChange watchers have been reversed f9728c8