san-js-reload-loader
v1.0.1
Published
针对san框架组件为.js文件的热重载的loader
Downloads
1
Readme
san-js-reload-loader
This is a webpack loader, the only function is the hot overload of components of san. JS files
Install
npm install san-js-reload-loader
Usage
{
test: /src\/components.*\.js$/,
use: [
{
loader: 'san-js-reload-loader'
}
]
}
Demo
Thanks for
License
MIT