fix: webpack tests to use dirname (#10230)
This commit is contained in:
parent
2c0bd54d2e
commit
640422680f
@ -22,4 +22,7 @@ export default {
|
||||
path: process.cwd(),
|
||||
filename: 'bundle.js',
|
||||
},
|
||||
node: {
|
||||
__dirname: true,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user