1.0.1 • Published 3 years ago

snowpack-pawi v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

snowpack-pawi

NPM version Build status

Snowpack plugin for Pawi live-coding.

With this plugin, the render tree does not need to be rebuilt through a full page reload but can reload only the required blocks.

npm install --save-dev snowpack-pawi
// snowpack.config.js
module.exports = {
  plugins: ['snowpack-pawi'],
}

NB: The dependency to 'pawi' is to ensure semver major bump in case the HMR api changes.

1.0.1

3 years ago

1.0.0

3 years ago