Skip to content

Commit 7d1a02a

Browse files
authored
Bundle phantomjs again (#9)
1 parent 865e071 commit 7d1a02a

File tree

5 files changed

+568
-11
lines changed

5 files changed

+568
-11
lines changed

.babelrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"presets": [
3-
"@babel/preset-env",
3+
[
4+
"@babel/preset-env",
5+
{
6+
"useBuiltIns": "entry",
7+
"targets": "> 0.25%, not dead",
8+
"corejs": 3
9+
}
10+
],
411
"@babel/typescript"
512
],
613
"plugins": [

0 commit comments

Comments
 (0)