pull/1023/head
Cory LaViska 2022-11-22 11:00:36 -05:00
rodzic 4f7d915853
commit 0cc8fdb8f8
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -47,6 +47,9 @@ fs.mkdirSync(outdir, { recursive: true });
format: 'esm',
target: 'es2017',
entryPoints: [
//
// NOTE: Entry points must be mapped in package.json > exports, otherwise users won't be able to import them!
//
// The whole shebang
'./src/shoelace.ts',
// Components