mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-06 14:35:26 +02:00
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:
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user