chore(dependencies): remove unused webpack and related dependencies

- Remove copy-webpack-plugin from package.json
- Simplify next.config.mjs by removing webpack configuration
- Clean up pnpm-lock.yaml by removing unnecessary webpack-related packages
- Streamline project dependencies and configuration
This commit is contained in:
Mauricio Siu
2025-03-09 21:19:14 -06:00
parent a45af37b5d
commit 3a1fa95d17
3 changed files with 29 additions and 555 deletions

View File

@@ -101,7 +101,6 @@
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"copy-to-clipboard": "^3.3.3",
"copy-webpack-plugin": "^12.0.2",
"date-fns": "3.6.0",
"dockerode": "4.0.2",
"dotenv": "16.4.5",
@@ -197,8 +196,6 @@
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
}
}