Skip to content

Commit ddaf25c

Browse files
authored
build: migrate to webpack@5 (#2998)
Refs #2944
1 parent 06846ca commit ddaf25c

File tree

12 files changed

+31340
-11160
lines changed

12 files changed

+31340
-11160
lines changed

dev-helpers/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,10 @@
3838
}
3939

4040
</style>
41-
<link href="./swagger-editor.css" rel="stylesheet">
42-
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
43-
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
4441
</head>
4542

4643
<body>
4744
<div id="swagger-editor"></div>
48-
<script src="/swagger-editor-bundle.js"> </script>
49-
<script src="/swagger-editor-standalone-preset.js"> </script>
5045
<script>
5146
window.onload = function() {
5247
// Webpack outputs library variables with file-names-like-this

0 commit comments

Comments
 (0)