Skip to content

Commit b07aaa5

Browse files
committed
fix: rax ut failed as enabled beautify option
1 parent 8a2fe2e commit b07aaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/beidou-view-rax/config/config.default.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ module.exports = appInfo => ({
1313
'doctype',
1414
'beautify',
1515
],
16-
beautify: true,
16+
beautify: false,
17+
cache: true,
1718
static: false,
18-
cache: false,
1919
doctype: '<!DOCTYPE html>',
2020
assetHost: '',
2121
assetPath: '/build/',

0 commit comments

Comments
 (0)