We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762440a commit a70022dCopy full SHA for a70022d
js/example-frontend-js/build.gradle
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
apply plugin: 'kotlin-dce-js'
@@ -18,7 +18,7 @@ compileKotlin2Js {
18
task bundle(type: NpmTask, dependsOn: [npmInstall, runDceKotlinJs]) {
19
inputs.files(fileTree("$buildDir/kotlin-js-min/main"))
20
inputs.files(fileTree(file("src/main/web")))
21
- inputs.file("webpack.config.js")
+ inputs.file("npm/webpack.config.js")
22
outputs.dir("$buildDir/dist")
23
args = ["run", "bundle"]
24
}
0 commit comments