MrGrp

Results 1 issues of MrGrp

I use webpack to multi-compile modules, with support for hot updates. like this: ``` // webpack.config.js const config = [ { name: 'C1', entry: './src/C1.js', plugins: [new PreactRefreshPlugin()], output: {...