Browse Source

Merge 9c680d0034 into d682e25643

pull/101/merge
Daguo 8 years ago
committed by GitHub
parent
commit
76e3579560
  1. 2
      template/webpack.config.js

2
template/webpack.config.js

@ -5,7 +5,7 @@ module.exports = {
entry: './src/main.js',
output: {
path: path.resolve(__dirname, './dist'),
publicPath: '/dist/',
publicPath: './dist/',
filename: 'build.js'
},
module: {

Loading…
Cancel
Save