瀏覽代碼

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

bubble
Tim Lai 4 年之前
committed by GitHub
父節點
當前提交
7a6999b7f3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      flavors/swagger-ui-react/release/run.sh

+ 1
- 1
flavors/swagger-ui-react/release/run.sh 查看文件

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


Loading…
取消
儲存