mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 17:07:57 +00:00
fix(build): restore polyfill shims for shared folder imports
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Process polyfill shim for vite-plugin-node-polyfills
|
||||
const processShim = {
|
||||
env: {},
|
||||
browser: true,
|
||||
version: '',
|
||||
versions: {},
|
||||
};
|
||||
|
||||
export default processShim;
|
||||
Reference in New Issue
Block a user