From afba38a102f552f88175ac34a9676ff5812b0557 Mon Sep 17 00:00:00 2001 From: userquin Date: Sun, 5 Feb 2023 18:00:17 +0100 Subject: [PATCH] fix: change-case error 500 on canary --- nuxt.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 369631a9..c0c2fe10 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -55,9 +55,9 @@ export default defineNuxtConfig({ '~/styles/dropdown.css', ], alias: { - 'querystring': 'rollup-plugin-node-polyfills/polyfills/qs', - 'change-case': 'scule', - 'semver': resolve('./mocks/semver'), + querystring: 'rollup-plugin-node-polyfills/polyfills/qs', + // 'change-case': 'scule', + semver: resolve('./mocks/semver'), }, imports: { dirs: [