Selaa lähdekoodia

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

bubble
Tim Lai 4 vuotta sitten
committed by GitHub
vanhempi
commit
7a6999b7f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      flavors/swagger-ui-react/release/run.sh

+ 1
- 1
flavors/swagger-ui-react/release/run.sh Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna