vue-element-admin How to webpack auto compile when edit component element-ui/packages/upload?

2wnc66cl  于 3个月前  发布在  Webpack
关注(0)|答案(1)|浏览(109)

I'm debug in element-ui/packages/upload component but my code not affect.

x6yk4ghg

x6yk4ghg1#

It seems that you need to configure you webpack.

There is an option of 'HotModule' in webpack, you can use this configuration to auto compile.

`

hot: true

,`

相关问题