wip(ssr): remove cjs codegen mode
This commit is contained in:
@@ -25,7 +25,6 @@ export function compile(
|
||||
options: CompilerOptions = {}
|
||||
): CodegenResult {
|
||||
options = {
|
||||
mode: 'cjs',
|
||||
...options,
|
||||
// apply DOM-specific parsing options
|
||||
...parserOptions,
|
||||
|
||||
Reference in New Issue
Block a user