This commit is contained in:
Pan
2017-06-30 14:29:49 +08:00
parent bcceb545d9
commit 7cc541a15a
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: './',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.