, i am creating a the front end part of a project that i am doing and i have some questions about deploying a vanilla js app.
i am using webcomponentes with the shadow dom to create componentes for my project but since i am only using vanilla js - html -css without frameworks i wanna know if is possible to configure a image with docker and then upload that image to a custom server and deploy it then ? i dont know if you could give me some tips or some documentation on how to do the deploy process of a vanilla app, or how to do the deploy using docker with kubernetes.
Also wanna know if using webpack with babel loader can be of any help in terms of performance if i am using only vanilla js with webcomponents.
thanks in advance