-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Split DUP packages into separate webpack entry (#2224)
* Split out DUP packages into separate build. * Cleaned up README and added in static file. * Address PR feedback. * Better variable name.
- Loading branch information
Showing
3 changed files
with
152 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Screens</title> | ||
<link rel="stylesheet" href="packaged_dup_v2.css" /> | ||
</head> | ||
|
||
<body> | ||
<div | ||
id="app" | ||
data-last-refresh="2020-09-25T17:23:00Z" | ||
data-environment-name="screens-prod" | ||
></div> | ||
<script type="text/javascript" src="packaged_dup_polyfills.js"></script> | ||
<script type="text/javascript" src="packaged_dup_v2.js"></script> | ||
</body> | ||
</html> |