mirror of https://github.com/webpack/webpack.git
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
|
module.exports = 1;
|
||
|
---
|
||
|
new Worker(new URL('./worker.js', import.meta.url))
|
||
|
module.exports = 2;
|