chore: polyfill querystring

This commit is contained in:
Anthony Fu 2022-11-14 11:45:20 +08:00
parent c79902a04e
commit 9cc837f5df
3 changed files with 24 additions and 0 deletions

View file

@ -16,6 +16,9 @@ export default defineNuxtConfig({
colorMode: {
classSuffix: '',
},
alias: {
querystring: 'rollup-plugin-node-polyfills/polyfills/qs',
},
postcss: {
plugins: {
'postcss-nested': {},