mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
feat: apply rollup 🚀 (#20)
Co-authored-by: Su-Yong <simssy2205@gmail.com>
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
export default () => {
|
||||
require('@cliqz/adblocker-electron-preload');
|
||||
const path = require.resolve('@cliqz/adblocker-electron-preload'); // prevent require hoisting
|
||||
require(path);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user