Skip to content

Commit

Permalink
Merge pull request #58 from MabelM1/fix/webpack-remove-publicpath
Browse files Browse the repository at this point in the history
fix:remove publicpath from webpack
  • Loading branch information
mm1123452 authored Aug 1, 2020
2 parents 71bdfce + 2b7284d commit bde7a25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
entry: { main: './src/pages/index.js' },
output: {
path: path.resolve(__dirname, 'dist'),
publicPath: '/',
filename:'main.js'
},
module: {
Expand Down

0 comments on commit bde7a25

Please sign in to comment.