Darryl Miles
11/25/2024, 5:11 AMMain.kt
and another page is from jsMain/resource/js/pageone.js
which can use regular import ...
and expect the webserver layout to be prepared.
The build/js/node_modules
and the build/js/packages/project-name/node_modules
are managed differently.
Do I need some recepies for ./webpack.config.d/**
for this maybe multiple entrypoints for pages ?
Do I really need webpack at all ? I am currently in development / project research mode, so no level of optimisation is required, HMR is desirable (build could easily be simple fsnotify reload the page), RAD (rapid application development) is the focus, builds/reloads within a few seconds is RAD.turansky
11/25/2024, 3:13 PMDarryl Miles
11/25/2024, 3:20 PM