0.0.3 • Published 4 years ago

snowpack-plugin-hmr-appender v0.0.3

Weekly downloads
53
License
MIT
Repository
-
Last release
4 years ago

snowpack-plugin-hmr-appender

add fallback code for mst store file like '*.mst.(js|jsx|ts|tsx)'

Install

yarn add -D snowpack-plugin-hmr-appender

Usage

And then in snowpack.config.ts

export default {
  ...
  plugins: [
    ['@snowpack/plugin-react-refresh'],
    ['snowpack-plugin-hmr-appender', { filters: ['.*.(mst|store).(js|jsx|ts|tsx)$'] }],
  ],
  ...
}
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago