Skip to content

Commit

Permalink
fix: Allow hosting within nested paths (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Nov 12, 2018
1 parent 7e9db88 commit 4fb1175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/makeWebpackConfig.js
Expand Up @@ -15,7 +15,7 @@ module.exports = (playroomConfig, options) => {
entry: require.resolve('../src/index.js'),
output: {
path: path.resolve(playroomConfig.cwd, playroomConfig.outputPath),
publicPath: '/'
publicPath: ''
},
resolve: {
alias: {
Expand Down

0 comments on commit 4fb1175

Please sign in to comment.