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.
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.