[Gradle, JS] Use let for config instead of var
#KT-32721 fixed
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ data class KotlinWebpackConfig(
|
||||
//language=JavaScript 1.8
|
||||
appendln(
|
||||
"""
|
||||
var config = {
|
||||
let config = {
|
||||
mode: '${mode.code}',
|
||||
resolve: {
|
||||
modules: [
|
||||
|
||||
Reference in New Issue
Block a user