diff --git a/scripts/build.js b/scripts/build.js index 4e74c7c2f..3c5f6c325 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