wip(ssr): remove cjs codegen mode

This commit is contained in:
Evan You
2020-02-04 15:58:54 -05:00
parent 6a5ed49ea9
commit ba263c909c
3 changed files with 6 additions and 7 deletions

View File

@@ -25,7 +25,6 @@ export function compile(
options: CompilerOptions = {}
): CodegenResult {
options = {
mode: 'cjs',
...options,
// apply DOM-specific parsing options
...parserOptions,