Skip to content

feat(qiankun): 默认 library 不加上 chunk 名 #477

feat(qiankun): 默认 library 不加上 chunk 名

feat(qiankun): 默认 library 不加上 chunk 名 #477

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 12.x
- run: yarn --ignore-engines --frozen-lockfile --silent
- run: yarn build
- run: yarn run test:coverage
env:
CI: true
PROGRESS: none
NODE_ENV: test
NODE_OPTIONS: --max_old_space_size=4096
- run: bash <(curl -s https://codecov.io/bash)