Skip to content

Commit

Permalink
feat: Modify dev mode assets sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxin630 committed Sep 16, 2018
1 parent f6e87a8 commit 045d32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.js
Expand Up @@ -49,7 +49,7 @@ module.exports = {
host: 'localhost',
port: 8080,
autoOpenBrowser: true,
assetsSubDirectory: 'static',
assetsSubDirectory: '.',
assetsPublicPath: '/',
proxyTable: {},
cssSourceMap: false,
Expand Down

0 comments on commit 045d32b

Please sign in to comment.