https://github.com/mischnic/babel-plugin-proton-hot
Transforms proton-native code to be hot reloadable
https://github.com/mischnic/babel-plugin-proton-hot
Last synced: 10 months ago
JSON representation
Transforms proton-native code to be hot reloadable
- Host: GitHub
- URL: https://github.com/mischnic/babel-plugin-proton-hot
- Owner: mischnic
- License: mit
- Created: 2018-07-28T14:38:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T21:51:33.000Z (over 7 years ago)
- Last Synced: 2025-01-26T07:26:15.248Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# babel-plugin-proton-hot
Transforms proton-native code to be hot reloadable in an appropriate (webpack) environment. Used by [proton-hot-cli](https://github.com/mischnic/proton-hot-cli).
You can disable hot reloading (for both imported and exported components) on a per-file basis:
```js
// @proton-hot-disable
import ...
```