Skip to content

Commit

Permalink
Apply hacks unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 11, 2020
1 parent 0e32b25 commit d6257f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -3,7 +3,7 @@ name: Node CI
on: [push, pull_request]

jobs:
latest-node-test:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -20,7 +20,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

legacy-node-test:
legacy-node-version-test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -109,7 +109,7 @@ module.exports = function (api) {
"@babel/proposal-object-rest-spread",
{ useBuiltIns: true, loose: true },
],
compileDynamicImport ? dynamicImportUrlToPath : null,
dynamicImportUrlToPath,
compileDynamicImport ? "@babel/plugin-proposal-dynamic-import" : null,

convertESM ? "@babel/transform-modules-commonjs" : null,
Expand Down

0 comments on commit d6257f2

Please sign in to comment.