Skip to content

Commit

Permalink
Merge pull request #57 from MabelM1/fix/file-path
Browse files Browse the repository at this point in the history
fix relative path
  • Loading branch information
mm1123452 authored Aug 1, 2020
2 parents f8589e0 + b8c144e commit 71bdfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'dist'),
publicPath: '/',
filename:'main.js'
},
module: {
rules: [
Expand Down

0 comments on commit 71bdfce

Please sign in to comment.