Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The loader folder is outside the dist folder. #75

Open
JilReg opened this issue Jun 6, 2019 · 0 comments
Open

The loader folder is outside the dist folder. #75

JilReg opened this issue Jun 6, 2019 · 0 comments

Comments

@JilReg
Copy link

JilReg commented Jun 6, 2019

Stencil / Ionic version:

 @stencil/core@<1.0.0-beta.5>
 @ionic/[email protected]

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant