We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cdc74 commit 90f9689Copy full SHA for 90f9689
lib/util/loadConfig.js
@@ -3,7 +3,7 @@ const path = require('path')
3
const yamlParser = require('js-yaml')
4
const tomlParser = require('toml')
5
6
-module.exports = function loadConfig (vuepressDir, bustCache = false) {
+module.exports = function loadConfig (vuepressDir, bustCache = true) {
7
const configPath = path.resolve(vuepressDir, 'config.js')
8
const configYmlPath = path.resolve(vuepressDir, 'config.yml')
9
const configTomlPath = path.resolve(vuepressDir, 'config.toml')
0 commit comments