fix: upgrade to publicPath (#86)

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
pull/739/head
Henrique Dias 2019-01-26 15:49:23 +00:00 committed by GitHub
parent d004015f03
commit 89d4d828b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module.exports = {
runtimeCompiler: true,
baseUrl: '[{[ .StaticURL ]}]'
publicPath: '[{[ .StaticURL ]}]'
}