webpack/test/hotCases/errors/decline/a.js

9 lines
110 B
JavaScript

import b from "./b";
export default b;
if(module.hot) {
module.hot.decline("./b");
module.hot.accept();
}