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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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