remove node polyfills

This commit is contained in:
Pavel Murygin 2022-09-16 01:10:38 +03:00
parent 1198a25333
commit a967a798f5

View File

@ -28,7 +28,7 @@ export default [
],
plugins: [
nodeResolve(),
nodePolyfills(),
// nodePolyfills(),
commonjs({
ignoreDynamicRequires: true,
}),