mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:01:06 +08:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
/// <reference types="webpack-env" />
|
|
|
|
if (module && module.hot && module.hot.decline) {
|
|
module.hot.decline();
|
|
}
|
|
|
|
// make it work with --isolatedModules
|
|
export default {};
|