ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 128 forks source link

devServer not rendering page #84

Closed liviaalmeida closed 3 years ago

liviaalmeida commented 4 years ago

Stencil version: -- @stencil/core@0.9.0

I'm submitting a: [ x ] bug report

Current behavior: devServer rendering with "~/" image

Expected behavior: Render my-component correctly.

Steps to reproduce: As follows.

Related code:


npm WARN stencil-starter-project-name@0.0.1 No repository field.

added 2 packages from 2 contributors and audited 2 packages in 2.842s
found 0 vulnerabilities

PS ******\Repos\stencil-component-starter> npm start

> stencil-starter-project-name@0.0.1 start ******\Repos\stencil-component-starter
> stencil build --dev --watch --serve

[44:58.7]  @stencil/core v1.5.1 
[45:00.3]  build, stencil-starter-project-name, dev mode, started ...
[45:00.3]  transpile started ...
[45:00.3]  transpile finished in 3 ms
[45:00.3]  type checking started ...
[45:00.4]  copy started ...
[45:00.4]  copy finished (0 files) in 48 ms
[45:00.4]  dev server: http://localhost:3333/
[45:00.4]  build finished, watching for changes... in 115 ms```
rwaskiewicz commented 3 years ago

👋 Thanks for taking the time for the detailed report! I’m unable to reproduce this locally with the latest version of Stencil. If you’re still seeing this error, I’d greatly appreciate opening a new ticket. Thanks again!