mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
refactor: add contentScript entry to webpack config
This commit is contained in:
parent
290fec1a14
commit
2e229188cc
@ -29,6 +29,7 @@ module.exports = {
|
||||
|
||||
entry: {
|
||||
background: './src/scripts/background.js',
|
||||
contentScript: './src/scripts/contentScript.js',
|
||||
popup: './src/scripts/popup.js',
|
||||
options: './src/scripts/options.js',
|
||||
styles: ['./src/styles/popup.scss', './src/styles/options.scss'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user