mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
10 lines
196 B
TypeScript
10 lines
196 B
TypeScript
/// <reference types="webpack-env" />
|
|
|
|
import './globals';
|
|
|
|
export * from './public-api';
|
|
export * from './public-types';
|
|
|
|
// optimization: stop HMR propagation in webpack
|
|
module?.hot?.decline();
|