mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
feat: replace BrowserView with WebContentsView (#35658)
This commit is contained in:
@@ -53,12 +53,6 @@ module.exports = ({
|
||||
|
||||
const ignoredModules = [];
|
||||
|
||||
if (defines.ENABLE_VIEWS_API === 'false') {
|
||||
ignoredModules.push(
|
||||
'@electron/internal/browser/api/views/image-view.js'
|
||||
);
|
||||
}
|
||||
|
||||
const plugins = [];
|
||||
|
||||
if (onlyPrintingGraph) {
|
||||
|
||||
Reference in New Issue
Block a user