Move custom elements bundle

pull/481/head
Cory LaViska 2021-01-06 12:41:01 -05:00
rodzic d1dbe24e62
commit 6053244cd8
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -6,13 +6,13 @@
"author": "Cory LaViska",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"module": "dist/custom-elements-bundle/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"types": "dist/custom-elements/index.d.ts",
"types": "dist/custom-elements-bundle/index.d.ts",
"files": [
"dist/",
"loader/",

Wyświetl plik

@ -19,7 +19,8 @@ export const config: Config = {
esmLoaderPath: '../loader'
},
{
type: 'dist-custom-elements-bundle'
type: 'dist-custom-elements-bundle',
dir: './dist/custom-elements-bundle'
},
{
type: 'docs-custom',