Skip to content

Commit

Permalink
Use relative path for bundles
Browse files Browse the repository at this point in the history
Should fix accessing the explorer from
`http://felix-kling.de/esprima_ast_explorer`.
  • Loading branch information
fkling committed Nov 23, 2015
1 parent 1d8a9cd commit 7589ba6
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 @@ -61,7 +61,7 @@ module.exports = {
},
output: {
path: './dist',
publicPath: '/dist/',
publicPath: 'dist/',
filename: '[name].js',
chunkFilename: '[id].bundle.js',
},
Expand Down

0 comments on commit 7589ba6

Please sign in to comment.