浏览代码

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


正在加载...
取消
保存