Skip to content

Commit

Permalink
Merge pull request #61 from Landoop/install-sr-to-subfolder
Browse files Browse the repository at this point in the history
Fixes #60, allowing sr installation to subfolder
  • Loading branch information
Antwnis authored Dec 15, 2017
2 parents 60b56c7 + 6851e5b commit ffc1875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
output: {
filename: "js/[name].[hash].bundle.js",
path: path.resolve(__dirname, "dist"),
publicPath: "/"
publicPath: ""
},
module: {
rules: [
Expand Down

0 comments on commit ffc1875

Please sign in to comment.