Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
add missing trailing slash to dev base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Bedard authored and Steven Bedard committed Sep 26, 2018
1 parent 24e3a53 commit f8c629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = (api, options) => {
// use dev assets when not in production
options.baseUrl = isProduction
? getProductionBaseUrl(api, pluginOptions)
: 'http://localhost:8080';
: 'http://localhost:8080/';

// set webpack's output directory to /assets
options.outputDir = 'assets';
Expand Down

0 comments on commit f8c629b

Please sign in to comment.