Skip to content

The loader folder is outside the dist folder. #75

@JilReg

Description

@JilReg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions