Theodoros Antoniou

Results 3 issues of Theodoros Antoniou

This is a copy of [my issue ](https://github.com/ionic-team/stencil-router-v2/issues/14)from the separate stencil-router-v2 repo. I moved it here, since it seems that the code has been moved over to this repo ---...

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [] feature request **Current behavior:** I run into a couple of problems involving **web workers** and **webpack** yesterday. This...

Resolution: Needs Investigation

I am trying to copy some assets files from an npm package into `./dist/assets` ```js import { build } from 'esbuild'; import { copy } from 'esbuild-plugin-copy'; await build({ entryPoints:...