mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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(),
|
path: process.cwd(),
|
||||||
filename: 'bundle.js',
|
filename: 'bundle.js',
|
||||||
},
|
},
|
||||||
|
node: {
|
||||||
|
__dirname: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user