Skip to content

Commit

Permalink
Fixes lensesio#60, allowing sr installation to subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
jglambed authored and Matteo Capitanio committed Oct 9, 2018
1 parent 637fae6 commit 33312ec
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 33312ec

Please sign in to comment.