I have reached a point in my journey at https://github.com/gertcuykens/decorators where I am facing challenges on how to transition from the output of decorators.js
to integrate it into my index.html
. It seems like I may need to utilize webpack or a similar tool, but I am uncertain about the process. When attempting to use webpack, I encounter issues with bundling my web component into a functional bundle.js
for my index.html
.
This predicament may appear complex, and I find myself struggling to devise a solution that will enable my index.html
to function properly. Any guidance or insights on this matter would be greatly appreciated.