Marc Knaup
11/04/2020, 3:11 AMdistribution
? And devServer
also shouldn’t serve files from the resources folder directly.
Edit 1: I need to keep the folder marked as a resources folder.
index.html
is a notable exception because it’s not copied by a Webpack loader.turansky
11/04/2020, 3:31 AMIs there a way to prevent Kotlin from copying resources to theYou can disable?distribution
distribution...
taskturansky
11/04/2020, 3:32 AMAndIt looks like secondalso shouldn’t serve files from the resources folder directly.devServer
Copy
task which must be disabledMarc Knaup
11/04/2020, 3:57 AM.js
files are there, index.html
must be there and Webpack copies assets there.Marc Knaup
11/04/2020, 3:57 AMMarc Knaup
11/04/2020, 4:27 AMresources.exclude("*")