mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 04:11:47 +00:00
fix: fix #29
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export default () => {
|
||||
const path = require.resolve('@cliqz/adblocker-electron-preload'); // prevent require hoisting
|
||||
const path = '@cliqz/adblocker-electron-preload'; // prevent require hoisting
|
||||
require(path);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user