Skip to content

Commit

Permalink
update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Mar 18, 2022
1 parent a5c8a36 commit 7d4b0c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineConfig(({ mode, command }) => {
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}
},
}
},
//fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
css: {
Expand All @@ -51,8 +51,8 @@ export default defineConfig(({ mode, command }) => {
}
}
}
],
},
},
]
}
}
}
})

0 comments on commit 7d4b0c6

Please sign in to comment.