Skip to content

Commit

Permalink
fix: disable trasnformAssetUrls for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 2, 2020
1 parent 3ff579c commit 2677c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/serverPluginVue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ function compileSFCTemplate(
const { code, errors } = resolveCompiler(root).compileTemplate({
source: template.content,
filename: filePath,
transformAssetUrls: false,
compilerOptions: {
scopeId: scoped ? `data-v-${hash_sum(publicPath)}` : null,
runtimeModuleName: '/@modules/vue'
Expand Down

0 comments on commit 2677c93

Please sign in to comment.