We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
browser
1 parent 360aa11 commit d9eb0c9Copy full SHA for d9eb0c9
tsup.config.ts
@@ -47,9 +47,11 @@ export default defineConfig((options): Options[] => {
47
outExtension: () => ({ js: '.js' }),
48
target: 'es2017'
49
},
50
+
51
+ // Meant to be served up via CDNs like `unpkg`.
52
{
53
...commonOptions,
- name: 'Browser-ready ESM, production + minified',
54
+ name: 'Browser-ready ESM',
55
entry: {
56
'reselect.browser': 'src/index.ts'
57
0 commit comments