Skip to content

Commit

Permalink
change type to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ratchapol-an committed Feb 19, 2025
1 parent 1199c61 commit c6b0c67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "agoda-devfeedback-common",
"version": "0.0.1",
"type": "commonjs",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agoda-devfeedback-rsbuild",
"version": "2.0.1",
"type": "module",
"type": "commonjs",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agoda-devfeedback-vite2",
"version": "2.0.1",
"type": "module",
"type": "commonjs",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agoda-devfeedback-webpack",
"version": "2.0.1",
"type": "module",
"type": "commonjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c6b0c67

Please sign in to comment.