Skip to content

Commit

Permalink
Add compression for text/javascript and application/wasm (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed May 14, 2024
1 parent 29c863a commit 46cafc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fun generateProperties(prefix: String = "") = """
libraries.folder.compose-wasm-compiler-plugins=${prefix + libComposeWasmCompilerPlugins}
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
server.compression.enabled=true
server.compression.mime-types=application/json
server.compression.mime-types=application/json,text/javascript,application/wasm
""".trimIndent()

java {
Expand Down

0 comments on commit 46cafc0

Please sign in to comment.