fix: webpack tests to use dirname (#10230)

This commit is contained in:
Alex Rudenko
2023-05-23 12:06:26 +02:00
committed by GitHub
parent 2c0bd54d2e
commit 640422680f

View File

@@ -22,4 +22,7 @@ export default {
path: process.cwd(),
filename: 'bundle.js',
},
node: {
__dirname: true,
},
};