vue-lynx/plugin / LAYERS

Variable: LAYERS

const LAYERS: object;

Webpack module layers used to separate the dual-thread bundles.

Type declaration

BACKGROUND

readonly BACKGROUND: "vue:background" = 'vue:background';

MAIN_THREAD

readonly MAIN_THREAD: "vue:main-thread" = 'vue:main-thread';

Defined in

layers.ts:6