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", 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'