mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
fix vercel build
thanks @ztpn
This commit is contained in:
parent
f86a6d3d1f
commit
fc29bf678e
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ export default defineConfig((env) => ({
|
||||||
rollupTypes: true,
|
rollupTypes: true,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
css: {
|
||||||
|
postcss: {
|
||||||
|
plugins: [],
|
||||||
|
},
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': path.resolve(__dirname, './src'),
|
'@': path.resolve(__dirname, './src'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue