2022-04-13 12:46:52 +00:00
|
|
|
// These are the node modules that will be pre-bundled with SB
|
|
|
|
// as a result they will not be included into plugos bundles and assumed to be loadable
|
|
|
|
// via require() in the sandbox
|
|
|
|
// Candidate modules for this are larger modules
|
|
|
|
|
|
|
|
// When adding a module to this list, also manually add it to sandbox_worker.ts
|
2022-04-28 09:55:38 +00:00
|
|
|
export const preloadModules = ["@lezer/lr", "yaml", "handlebars"];
|