Theodoros Antoniou

Results 4 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:...

### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md). - [x] I agree to follow the [Code of Conduct](https://github.com/stenciljs/core/blob/main/CODE_OF_CONDUCT.md). - [x] I have searched for [existing issues](https://github.com/stenciljs/core/issues) that already...

Bug: Validated
Help Wanted