Procházet zdrojové kódy

change globalObject to "this" (#6287)

Co-authored-by: Pontus Wallberg <pontus.wallberg@configura.com>
bubble
Pontus Wallberg před 4 roky
committed by GitHub
rodič
revize
d0ae61f8c9
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
3 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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 Zobrazit soubor

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


+ 1
- 0
webpack/core.babel.js Zobrazit soubor

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

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


+ 1
- 0
webpack/standalone.babel.js Zobrazit soubor

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

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


Načítá se…
Zrušit
Uložit