@mischnic/babel-plugin-proton-hot
v1.0.1
Published
Transform proton-native code to be hot reloadable
Downloads
4
Readme
babel-plugin-proton-hot
Transforms proton-native code to be hot reloadable in an appropriate (webpack) environment. Used by proton-hot-cli.
You can disable hot reloading (for both imported and exported components) on a per-file basis:
// @proton-hot-disable
import ...