mirror of https://github.com/waku-org/waku-lab.git
chore: add node polyfill
This commit is contained in:
parent
a07fe4cd2d
commit
eb18e5da1d
|
@ -20,5 +20,8 @@ export default defineConfig({
|
|||
assetFileNames: 'assets/[name]-[hash].[ext]'
|
||||
}
|
||||
}
|
||||
},
|
||||
define: {
|
||||
'process.env': {}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue