Add process back to webpack test config.

This commit is contained in:
saul
2023-03-28 13:52:44 +13:00
parent 34238dd852
commit 07ddc99858

View File

@@ -27,6 +27,7 @@ export default (env, argv) => {
},
plugins: [
new webpack.ProvidePlugin({
process: 'process/browser',
Buffer: ['buffer', 'Buffer']
})
],