-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
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:

Shouldn't the loader folder be inside the dist folder?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels