Skip to content

Commit

Permalink
Merge pull request #250 from anubra266:AddModuleSupport
Browse files Browse the repository at this point in the history
Fix: named export error due to build issue
  • Loading branch information
Kysluss committed Apr 13, 2024
2 parents 92b3b79 + 59c3563 commit 18fcd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.es.js",
"type": "module",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import tsConfigPaths from 'vite-tsconfig-paths';

import { peerDependencies as externals, name } from './package.json';

module.exports = defineConfig(() => ({
export default defineConfig(() => ({
plugins: [
react(),
tsConfigPaths(),
Expand Down

0 comments on commit 18fcd8c

Please sign in to comment.