Add missed babel/core devDepencency for rollup

This commit is contained in:
nathangray 2021-06-29 09:02:26 -06:00
parent 1b7fa075ab
commit d5ce403a2b
1 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@
"build:watch": "rollup -cw"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-typescript": "^8.2.1",
@ -41,7 +42,5 @@
"egw": true,
"app": true
}
},
"dependencies": {
}
}