Skip to content

Commit

Permalink
Remove compiling polyfills into published code (#891)
Browse files Browse the repository at this point in the history
* fix: Remove compiling polyfills into published code

* Update config.yml

Co-authored-by: Andrew Lisowski <lisowski54@gmail.com>
  • Loading branch information
danez and hipstersmoothie committed May 17, 2020
1 parent ec736c9 commit 697f2a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Expand Up @@ -44,22 +44,6 @@ jobs:
name: Test Types
command: yarn tsTest:custom && yarn tsTest:main

build-node6.14:
working_directory: ~/jimp-6.14
docker:
- image: circleci/node:6.14-browsers
steps:
- checkout
- run:
name: Install Dependencies
command: yarn install --frozen-lockfile --network-timeout 100000 --ignore-engines
- run:
name: Build Packages
command: yarn build
- run:
name: Test
command: yarn test --ci

build-node8:
<<: *defaults
steps:
Expand Down Expand Up @@ -118,11 +102,6 @@ workflows:
requires:
- install

- build-node6.14:
requires:
- lint
- test-types

- build-node8:
requires:
- lint
Expand Down
8 changes: 1 addition & 7 deletions babel.config.js
Expand Up @@ -3,13 +3,7 @@ module.exports = api => {

return {
presets: [
[
'@babel/preset-env',
{
useBuiltIns: 'usage',
corejs: 3
}
]
'@babel/preset-env',
],

plugins: [
Expand Down

0 comments on commit 697f2a6

Please sign in to comment.