Skip to content

Commit 9abcfd2

Browse files
committed
list config.strict default (close #1089)
1 parent fd69bcc commit 9abcfd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ module.exports = {
1717

1818
debug: false,
1919

20+
/**
21+
* Strict mode.
22+
* Disables asset lookup in the view parent chain.
23+
*/
24+
25+
strict: false,
26+
2027
/**
2128
* Whether to suppress warnings.
2229
*

0 commit comments

Comments
 (0)