Jason Grout 4 年之前
父節點
當前提交
ef92355a29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      builder/src/extensionConfig.ts

+ 1 - 1
builder/src/extensionConfig.ts

@@ -202,7 +202,7 @@ function generateConfig({
       output: {
         filename: '[name].[contenthash].js',
         path: outputPath,
-        publicPath: staticUrl || "auto"
+        publicPath: staticUrl || 'auto'
       },
       module: {
         rules: [{ test: /\.html$/, use: 'file-loader' }]