babel-plugin-dva-hmr icon indicating copy to clipboard operation
babel-plugin-dva-hmr copied to clipboard

entry变为数组热加载失效了

Open GoatherdNaN opened this issue 7 years ago • 0 comments

entry: { main: ['@babel/polyfill','./src/index.js'] }, 入口改成这样后,热加载失效了,改成 entry: './src/index.js', 就行,怎么整??

GoatherdNaN avatar Jun 07 '18 06:06 GoatherdNaN