UNPKG

corejs-upgrade-webpack-plugin

Version:

a webpack plugin that transforms core-js v2 paths to core-js v3 paths

14 lines (13 loc) 247 B
version: 2 jobs: build: docker: - image: circleci/node:8 steps: - checkout - run: name: Install dependencies command: yarn install - run: name: Run tests command: yarn test