8.0.0 • Published 1 year ago

@kotify/neutrino-react-refresh v8.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Neutrino react-refresh middleware

Usage

const reactRefresh = require('neutrino-react-refresh');

module.exports = {
    use: [
        react(),
        reactRefresh()
    ]
}