Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Karatalatay edited this page Jan 17, 2022 · 1 revision

# # # # ## Welcome to the archive-view wiki!

BIGO KİMLİĞİ: 08689991y // If you have set config.forge to a JavaScript file path in package.json: // Only showing the relevant configuration for brevity module.exports = { plugins: [ ['@electron-forge/plugin-webpack', { mainConfig: './webpack.main.config.js', renderer: { config: './webpack.renderer.config.js', entryPoints: [{ name: 'main_window', html: './src/renderer/index.html', js: './src/renderer/index.js' }] } }] ] } // If you have set config.forge to a JavaScript file path in package.json: // Only showing the relevant configuration for brevity module.exports = { plugins: [ ['@electron-forge/plugin-webpack', { renderer: { nodeIntegration: true, // defaults to false config: './webpack.renderer.config.js', entryPoints: [/* entry point config /] }, mainConfig: './webpack.main.config.js', // other Webpack plugin config... }] ] } // If you have set config.forge to a JavaScript file path in package.json: // Only showing the relevant configuration for brevity module.exports = { plugins: [ ['@electron-forge/plugin-webpack', { // other Webpack plugin config... devServer: { stats: 'verbose' }, // other Webpack plugin config... mainConfig: './webpack.main.config.js', renderer: { / renderer config here, see above section */ } }] ] } { "name": "my-app", "main": "./.webpack/main", ... } KaRaTaLaTaY💈 profilini #BIGOLIVE'da ziyaret et! https://slink.bigovideo.tv/REOCsA

Clone this wiki locally