Ver a proveniência

change globalObject to "this" (#6287)

Co-authored-by: Pontus Wallberg <pontus.wallberg@configura.com>
bubble
Pontus Wallberg há 4 anos
committed by GitHub
ascendente
cometimento
d0ae61f8c9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
3 ficheiros alterados com 3 adições e 0 eliminações
  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 Ver ficheiro

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


+ 1
- 0
webpack/core.babel.js Ver ficheiro

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

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


+ 1
- 0
webpack/standalone.babel.js Ver ficheiro

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

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


Carregando…
Cancelar
Guardar