Skip to content

Commit 071b58b

Browse files
committed
docs: update config
close vuejs#1387
1 parent 5e95b3d commit 071b58b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/config.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ module.exports = {
1313
// then change this to '/my-app/'
1414
baseUrl: '/',
1515

16+
// baseUrl, but for the dev server.
17+
// you'll only need this if you need to serve your dev server under
18+
// a specific sub-path in order to work with your dev setup.
19+
devBaseUrl: '/',
20+
1621
// where to output built files
1722
outputDir: 'dist',
1823

@@ -26,7 +31,7 @@ module.exports = {
2631

2732
// use the full build with in-browser compiler?
2833
// https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only
29-
compiler: false,
34+
runtimeCompiler: false,
3035

3136
// babel-loader skips `node_modules` deps by default.
3237
// explicitly transpile a dependency with this option.

0 commit comments

Comments
 (0)