mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
fix: change-case error 500 on canary
This commit is contained in:
parent
04c4ff5225
commit
afba38a102
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ export default defineNuxtConfig({
|
||||||
'~/styles/dropdown.css',
|
'~/styles/dropdown.css',
|
||||||
],
|
],
|
||||||
alias: {
|
alias: {
|
||||||
'querystring': 'rollup-plugin-node-polyfills/polyfills/qs',
|
querystring: 'rollup-plugin-node-polyfills/polyfills/qs',
|
||||||
'change-case': 'scule',
|
// 'change-case': 'scule',
|
||||||
'semver': resolve('./mocks/semver'),
|
semver: resolve('./mocks/semver'),
|
||||||
},
|
},
|
||||||
imports: {
|
imports: {
|
||||||
dirs: [
|
dirs: [
|
||||||
|
|
Loading…
Reference in a new issue