Merge pull request #6133 from afshin/babel-core

Add @babel/core dependency
pull/6135/head
Zachary Sailer 5 years ago committed by GitHub
commit c373bd89ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,7 @@
"watch": "onchange 'notebook/static/**/!(*.min).js' 'notebook/static/**/*.less' 'bower.json' -- npm run build"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@jupyterlab/apputils": "^3.1.3",
"babel-loader": "^8.2.2",

Loading…
Cancel
Save