From efd11eb4ae543d20f74ffbb99bf3c686ddfca6c8 Mon Sep 17 00:00:00 2001 From: Glenn Lawyer <2751475+glennlawyer@users.noreply.github.com> Date: Fri, 14 Jun 2019 11:51:01 +0200 Subject: [PATCH 1/2] resolved issue from https://github.com/ionic-team/stencil/issues/1574 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 659ab97..010c96a 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "collection:main": "dist/collection/index.js", "unpkg": "dist/stencil-starter-project-name/stencil-starter-project-name.js", "files": [ - "dist/", - "loader/" + "dist/" ], "scripts": { "build": "stencil build --docs", From d5e567a84dcde9fade19bcb724b72ce2a09c707e Mon Sep 17 00:00:00 2001 From: Glenn Lawyer <2751475+glennlawyer@users.noreply.github.com> Date: Fri, 14 Jun 2019 11:51:32 +0200 Subject: [PATCH 2/2] fix issues from https://github.com/ionic-team/stencil/issues/1574 --- stencil.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stencil.config.ts b/stencil.config.ts index f09ebcd..f87c341 100644 --- a/stencil.config.ts +++ b/stencil.config.ts @@ -4,8 +4,7 @@ export const config: Config = { namespace: 'stencil-starter-project-name', outputTargets: [ { - type: 'dist', - esmLoaderPath: '../loader' + type: 'dist' }, { type: 'docs-readme'