Skip to content

Commit 629b52b

Browse files
committed
fix tests
1 parent 54a239c commit 629b52b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
...(options.compilerOptions || {}),
1414
isCustomElement: tag => /^x-/.test(tag)
1515
};
16+
options.isServerBuild = false;
1617
return options;
1718
});
1819
}

0 commit comments

Comments
 (0)