From 0cc8fdb8f8fc8616aa70c53869f3bb419b9908e3 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 22 Nov 2022 11:00:36 -0500 Subject: [PATCH] add comment --- scripts/build.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build.js b/scripts/build.js index 4e74c7c2..3c5f6c32 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -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