add comment

This commit is contained in:
Cory LaViska
2022-11-22 11:00:36 -05:00
parent 4f7d915853
commit 0cc8fdb8f8

View File

@@ -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