Add a "donkey" worker that execs or evaluates all the things (#2210)

* WIP

* Add a "donkey" worker that execs or evaluates all the things

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Andrea Giammarchi
2024-10-04 17:06:07 +02:00
committed by GitHub
parent 8c6bfecbff
commit f827efe2fc
10 changed files with 137 additions and 10 deletions

View File

@@ -5,6 +5,11 @@ export default {
/* webpackIgnore: true */
"./plugins/deprecations-manager.js"
),
donkey: () =>
import(
/* webpackIgnore: true */
"./plugins/donkey.js"
),
error: () =>
import(
/* webpackIgnore: true */