File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
extensions/vertx-http/dev-ui-resources
src/main/resources/dev-ui-templates/build-time Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 225225 <echarts .version>5.4.1</echarts .version>
226226 <vaadin-router .version>1.7.4</vaadin-router .version>
227227 <wc-codemirror .version>2.1.0</wc-codemirror .version>
228+ <es-module-shims .version>1.7.0</es-module-shims .version>
228229 </properties >
229230
230231 <dependencyManagement >
32373238 <version >${wc-codemirror.version} </version >
32383239 <scope >runtime</scope >
32393240 </dependency >
3240-
3241+ <!-- Polyfill for importmaps -->
3242+ <dependency >
3243+ <groupId >org.mvnpm</groupId >
3244+ <artifactId >es-module-shims</artifactId >
3245+ <version >${es-module-shims.version} </version >
3246+ <scope >runtime</scope >
3247+ </dependency >
3248+
32413249 <!-- Additional dependencies, keep in alphabetical order -->
32423250 <dependency >
32433251 <groupId >biz.paluch.logging</groupId >
Original file line number Diff line number Diff line change 4141 <artifactId >wc-codemirror</artifactId >
4242 <scope >runtime</scope >
4343 </dependency >
44+ <dependency >
45+ <groupId >org.mvnpm</groupId >
46+ <artifactId >es-module-shims</artifactId >
47+ <scope >runtime</scope >
48+ </dependency >
4449 </dependencies >
4550</project >
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
66 < link rel ="shortcut icon " type ="image/png " href ="{contextRoot}favicon.ico ">
77
8+ < script async src ="/_static/es-module-shims/dist/es-module-shims.js "> </ script >
9+
810 < script type ="importmap ">
911 { importmap }
1012 </ script >
You can’t perform that action at this time.
0 commit comments