Drop IE11 Support (#476)

This commit is contained in:
Steve Faulkner
2021-03-29 13:31:52 -05:00
committed by GitHub
parent 4c2f22c2b1
commit 9108c01e62
10 changed files with 35 additions and 293 deletions

View File

@@ -1,5 +1,3 @@
import "babel-polyfill";
import "promise-polyfill/src/polyfill"; // polyfill Promise on IE
import "@jupyterlab/terminal/style/index.css";
import "./index.css";
import { ServerConnection } from "@jupyterlab/services";