Add missing trailing slash on publicPath in docs. Fixes #516.

This commit is contained in:
SteveSandersonMS
2017-01-02 10:58:03 +00:00
parent dcb819f644
commit 0763f1062b

View File

@@ -538,7 +538,7 @@ module.exports = {
output: {
path: path.join(__dirname, 'wwwroot', 'dist'),
publicPath: '/dist',
publicPath: '/dist/',
filename: '[name].js'
},
};