mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-08-01 14:41:24 +00:00
Update to latest lit and some fixes
This commit is contained in:
@@ -11,23 +11,15 @@ async function watch(options, outputs, outputOptions, inputOptions) {
|
||||
}
|
||||
}),
|
||||
watch: {
|
||||
// chokidar,
|
||||
// clearScreen,
|
||||
// exclude,
|
||||
// include
|
||||
}
|
||||
}
|
||||
const watcher = rollup.watch(watchOptions)
|
||||
|
||||
watcher.on('event', event => {
|
||||
// ...
|
||||
watcher.on('event', event => {.
|
||||
})
|
||||
}
|
||||
|
||||
async function writeBundle(bundle, outputOptions) {
|
||||
|
||||
await bundle.generate(outputOptions)
|
||||
|
||||
await bundle.write(outputOptions)
|
||||
console.log('WATCH CORE ==> Write Bundle : Done 🎉');
|
||||
}
|
||||
@@ -36,7 +28,6 @@ async function buildInline(conf) {
|
||||
const bundle = await rollup.rollup(conf.inputOptions).catch(err => {
|
||||
throw err
|
||||
})
|
||||
|
||||
await writeBundle(bundle, conf.outputOptions)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user