Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove internet explorer support #24495

Merged
merged 2 commits into from
Jun 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove from webpack
bbovenzi committed Jun 16, 2022
commit ed298fca0a45f895a02d8001137688ed7565b732
1 change: 0 additions & 1 deletion airflow/www/webpack.config.js
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@ const config = {
flash: `${CSS_DIR}/flash.css`,
gantt: [`${CSS_DIR}/gantt.css`, `${JS_DIR}/gantt.js`],
graph: [`${CSS_DIR}/graph.css`, `${JS_DIR}/graph.js`],
ie: `${JS_DIR}/ie.js`,
loadingDots: `${CSS_DIR}/loading-dots.css`,
main: [`${CSS_DIR}/main.css`, `${JS_DIR}/main.js`],
materialIcons: `${CSS_DIR}/material-icons.css`,