dvajs / babel-plugin-dva-hmr

Hmr babel plugin for dva.
71 stars 17 forks source link

Support projects built with Babel 7 #13

Closed sltenorio99 closed 5 years ago

sltenorio99 commented 6 years ago

Fixes: #14 Should allow projects with Babel 7 to use babel-plugin-dva-hmr for the time being.

After an upgrade of a work project Babel 7, we experienced cannot read property 'file' of undefined errors because of this plugin. This commit fixes that and the plugin works as expected.

Later, a whole plugin transfer to Babel 7 could be implemented to keep up with the times.

MayGo commented 6 years ago

Any reason this is not merged?

MayGo commented 6 years ago

Thought, it would not work without this pull-request. But it works.

vipcxj commented 5 years ago

@sorrycc Please merge it. It really solve the problem.