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

The `loader` folder is outside the `dist` folder. #75

Open JilReg opened 5 years ago

JilReg commented 5 years ago

Stencil / Ionic version:

 @stencil/core@<1.0.0-beta.5>
 @ionic/core@4.4.2

I'm submitting a:

[X] bug report

Current behavior: The is no loader folder inside the dist folder.

Expected behavior: I would expect the loader folder to be inside the dist folder, so I could use Stencil web components inside an Ionic project.

Steps to reproduce:

mkdir myIonicProject
cd myIonicProject
ionic start
? Project name: myIonicProjectName
? Starter template: blank

cd ../..

mkdir mystencilprojectname
cd mystencilprojectname
npm init stencil
✔ Pick a starter › component
✔ Project name › myStencilProjectName
npm run build

This is what I get from Stencil:

Bildschirmfoto 2019-05-28 um 18 39 35

Shouldn't the loader folder be inside the dist folder?