Skip to content

Commit 70410ac

Browse files
committed
add default options
1 parent 31d4a83 commit 70410ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/renderer/factory.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ const defaultOptions = {
1313
compilerConfig: {},
1414
preCompile: [],
1515
plugins: [],
16+
watch: false,
17+
outputPath: 'tmp/vue_ssr',
18+
global: Object.create(null),
1619
};
1720

1821
/**

0 commit comments

Comments
 (0)