chore: tidy

This commit is contained in:
cha0s 2023-12-05 02:46:05 -06:00
parent 32b275f8ab
commit 8c0cd4a4f6

View File

@ -46,7 +46,7 @@ const {version} = require('@flecks/web/package.json');
const progress = new Progress(window);
debug('loading runtime...');
const {default: loader} = await import(
/* webpackChunkName: "flecks-runtime" */ // eslint-disable-next-line import/no-unresolved
/* webpackChunkName: "flecks-runtime" */
'@flecks/web/runtime'
);
const runtime = await loader(progress.update.bind(progress));