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.
1 parent 201ae81 commit f9d89fbCopy full SHA for f9d89fb
package.json
@@ -2,7 +2,7 @@
2
"name": "@mikandev/jda-icons-react",
3
"description": "React exports for the Japan Digital Agency's icons",
4
"private": false,
5
- "version": "1.0.6",
+ "version": "1.0.7",
6
"module": "src/index.ts",
7
"main": "dist/index.js",
8
"types": "dist/index.d.ts",
tsup.config.mjs
@@ -4,6 +4,9 @@ export default {
dts: true,
outDir: 'dist',
tsconfig: './tsconfig.json',
+ banner: {
+ js: '"use client";',
9
+ },
10
esbuildOptions(options) {
11
options.loader = {
12
...options.loader,
0 commit comments