Skip to content

Commit 7fe0a06

Browse files
committed
Remove "demo/webpack.config.d/material-icons-css.js" and the "material-icons" dependency completely to resolve a build error when running :wasmJsBrowserProductionWebpack
The dependency and the Webpack script seem no longer needed anymore. `:jsBrowserProductionRun` shows the icons currently without them.
1 parent 66b381c commit 7fe0a06

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

demo/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ kotlin {
5959
jsMain {
6060
dependencies {
6161
implementation(compose.html.core)
62-
63-
implementation(npm("material-icons", DependencyVersions.materialIcons))
6462
}
6563
}
6664
}

demo/webpack.config.d/material-icons-css.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

kotlin-js-store/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ lru-cache@^6.0.0:
23582358
dependencies:
23592359
yallist "^4.0.0"
23602360

2361-
material-icons@1.13.12, material-icons@^1.13.12:
2361+
material-icons@^1.13.12:
23622362
version "1.13.12"
23632363
resolved "https://registry.yarnpkg.com/material-icons/-/material-icons-1.13.12.tgz#eed4082bf0426642edeb027e75397e3064adc536"
23642364
integrity sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA==

0 commit comments

Comments
 (0)