Skip to content

Commit d9eb0c9

Browse files
committed
Add comment to clarify the purpose of the browser artifact.
1 parent 360aa11 commit d9eb0c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsup.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ export default defineConfig((options): Options[] => {
4747
outExtension: () => ({ js: '.js' }),
4848
target: 'es2017'
4949
},
50+
51+
// Meant to be served up via CDNs like `unpkg`.
5052
{
5153
...commonOptions,
52-
name: 'Browser-ready ESM, production + minified',
54+
name: 'Browser-ready ESM',
5355
entry: {
5456
'reselect.browser': 'src/index.ts'
5557
},

0 commit comments

Comments
 (0)