Skip to content

Commit 2cd13d9

Browse files
committed
Remove babel-cli dependency
At this point, we might as well use babel-core directly. New system supports source maps for `battledata` and `graphics`! Woo! It also logs the compile step.
1 parent 8aa6db2 commit 2cd13d9

File tree

12 files changed

+254
-888
lines changed

12 files changed

+254
-888
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x]
19+
node-version: [14.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

build-tools/babel-cli/README.md

-19
This file was deleted.

build-tools/babel-cli/bin/babel.js

-3
This file was deleted.

build-tools/babel-cli/lib/babel/dir.js

-208
This file was deleted.

0 commit comments

Comments
 (0)