Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e552bbea5 | |||
| 21886a693c |
@@ -46,12 +46,6 @@ const nextConfig = {
|
||||
env: {
|
||||
NEXT_PUBLIC_APP_VERSION: process.env.NEXT_PUBLIC_APP_VERSION || process.env.npm_package_version || 'dev',
|
||||
},
|
||||
sentry: {
|
||||
disableClientWebpackPlugin: true,
|
||||
autoInstrumentServerFunctions: false,
|
||||
autoInstrumentMiddleware: false,
|
||||
widenClientFileUpload: false,
|
||||
},
|
||||
// Prevent webpack from restarting when .env files are touched via Docker volume mount
|
||||
webpack: (config, { dev, isServer }) => {
|
||||
// Completely strip Next.js forced legacy polyfills for modern browser targets
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
"prepare": "husky",
|
||||
"preinstall": "npx only-allow pnpm"
|
||||
},
|
||||
"version": "2.2.67",
|
||||
"version": "2.2.68",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
|
||||
Reference in New Issue
Block a user