We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144eadf commit 307a89aCopy full SHA for 307a89a
webpack.config.js
@@ -5,8 +5,8 @@ var UglifyJsPlugin = require('uglifyjs-webpack-plugin')
5
module.exports = {
6
entry: './src/main.js',
7
output: {
8
- path: path.resolve(__dirname, './dist'),
9
- publicPath: '/dist/',
+ path: path.resolve(__dirname, './public/dist'),
+ publicPath: '/public/dist/',
10
filename: 'build.js'
11
},
12
module: {
0 commit comments