mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
import module from './src/index.js';
|
|
|
|
const { hmrPlugin, presets, WC_HMR_MODULE_RUNTIME } = module;
|
|
|
|
export { hmrPlugin, presets, WC_HMR_MODULE_RUNTIME };
|