diff --git a/playgrounds/sandbox/run.js b/playgrounds/sandbox/run.js index 06f4242ae8..86ec3fc882 100644 --- a/playgrounds/sandbox/run.js +++ b/playgrounds/sandbox/run.js @@ -78,6 +78,7 @@ for (const generate of ['client', 'server']) { const source = fs.readFileSync(input, 'utf-8'); const compiled = compileModule(source, { + dev: true, filename: input, generate });