Kaynağa Gözat

change globalObject to "this" (#6287)

Co-authored-by: Pontus Wallberg <pontus.wallberg@configura.com>
bubble
Pontus Wallberg 4 yıl önce
committed by GitHub
ebeveyn
işleme
d0ae61f8c9
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
3 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +1
    -0
      webpack/bundle.babel.js
  2. +1
    -0
      webpack/core.babel.js
  3. +1
    -0
      webpack/standalone.babel.js

+ 1
- 0
webpack/bundle.babel.js Dosyayı Görüntüle

@@ -29,6 +29,7 @@ const result = configBuilder(
],
},
output: {
globalObject: "this",
library: "SwaggerUIBundle",
},
plugins: [


+ 1
- 0
webpack/core.babel.js Dosyayı Görüntüle

@@ -20,6 +20,7 @@ const result = configBuilder(
},

output: {
globalObject: "this",
library: "SwaggerUICore",
},
}


+ 1
- 0
webpack/standalone.babel.js Dosyayı Görüntüle

@@ -16,6 +16,7 @@ const result = configBuilder(
},

output: {
globalObject: "this",
library: "SwaggerUIStandalonePreset",
},
}


Yükleniyor…
İptal
Kaydet