Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Merge feat/support_vue_cli_pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Lenzotti committed Sep 11, 2018
2 parents 0fa0efc + aa67a10 commit 5242a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli-plugin-vue/src/webpack/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module.exports = (config, baseVueConfig) => {
baseUrl = process.env.NODE_ENV === 'production' ? config.vueCli.baseUrl.production : config.vueCli.baseUrl.development;
}

baseUrl = baseUrl.replace(/\\/gi, '/');

const vueConfig = {
...baseVueConfig,
baseUrl,
Expand Down

0 comments on commit 5242a27

Please sign in to comment.