[Gradle, JS] Remove trailing commas from webpack config
#KT-39377 fixed
This commit is contained in:
+2
-2
@@ -218,8 +218,8 @@ data class KotlinWebpackConfig(
|
|||||||
});
|
});
|
||||||
config.devtool = ${devtool?.let { "'$it'" } ?: false};
|
config.devtool = ${devtool?.let { "'$it'" } ?: false};
|
||||||
config.stats = {
|
config.stats = {
|
||||||
warningsFilter: [/Failed to parse source map/],
|
warningsFilter: [/Failed to parse source map/]
|
||||||
},
|
}
|
||||||
|
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user