mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-28 07:52:48 -05:00
Add support for background and overlay pages
This commit is contained in:
@@ -78,11 +78,12 @@ const browserConfig = {
|
||||
devtool: 'cheap-source-map',
|
||||
target: 'electron-renderer',
|
||||
entry: {
|
||||
background: './src/browser/background.js',
|
||||
overlay: './src/browser/overlay.js',
|
||||
},
|
||||
plugins: [
|
||||
new CopyPlugin({
|
||||
patterns: [{ from: 'src/browser/overlay.html', to: '[name].html' }],
|
||||
patterns: [{ from: 'src/browser/*.html', to: '[name].html' }],
|
||||
}),
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user