Sfoglia il codice sorgente

fix(swagger-ui-react): updated babel config file target (#6277)

bubble
Tim Lai 4 anni fa
committed by GitHub
parent
commit
7a6999b7f3
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      flavors/swagger-ui-react/release/run.sh

+ 1
- 1
flavors/swagger-ui-react/release/run.sh Vedi File

@@ -16,7 +16,7 @@ cp ../../../dist/swagger-ui.css ../dist
node create-manifest.js > ../dist/package.json

# Transpile our top-level component
../../../node_modules/.bin/babel --config-file ../../../.babelrc ../index.js > ../dist/index.js
../../../node_modules/.bin/babel --config-file ../../../babel.config.json ../index.js > ../dist/index.js

# Copy our README into the dist folder for npm
cp ../README.md ../dist


Caricamento…
Annulla
Salva