Skip to content

Commit 307a89a

Browse files
committed
Fixed build.js to public distribution
1 parent 144eadf commit 307a89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ var UglifyJsPlugin = require('uglifyjs-webpack-plugin')
55
module.exports = {
66
entry: './src/main.js',
77
output: {
8-
path: path.resolve(__dirname, './dist'),
9-
publicPath: '/dist/',
8+
path: path.resolve(__dirname, './public/dist'),
9+
publicPath: '/public/dist/',
1010
filename: 'build.js'
1111
},
1212
module: {

0 commit comments

Comments
 (0)