Is it possible? I tried the following but it's not working. ``` javascript if (module.hot) { module.hot.accept(() => { EStyleSheet.build(); }); } ```