Commit Graph

2 Commits

Author SHA1 Message Date
Pablo Gamito
9d56e69e38 Update webpack config to inline js and css
This is required for production builds since we only deploy a single .html file and don't server the rest of the generated files

Test: Try and build and see if Winscope loads by loading only the generated .html file
Change-Id: Idc7614d72bb91a35da3574f5c93588690ccfb6a0
2020-09-02 13:04:28 +02:00
Pablo Gamito
3f23913059 Update webpack config to compile Kotlin flickerlib to JS
The kotlin webpack plugin requires the latest webpack version so webpack was updated and refactored to modern standards

Test: Run 'yarn run dev' and 'yarn run build' and make sure everything still build and that a JavaScript compiled version of flickerlib is found in 'kotlin_build'
Change-Id: I02cc1e5bb16afeb5c407a18926ee485d715e41df
2020-08-04 12:16:40 +01:00