#1515 Build optimization

This commit is contained in:
GrzegorzZajac000 2024-03-18 18:52:08 +01:00
parent 37426c1dcb
commit de019a7aae
4 changed files with 0 additions and 8 deletions

View File

@ -30,8 +30,6 @@ const backgroundProdConfig = {
name: 'background',
entry: './src/background/background.js',
mode: 'production',
devtool: 'cheap-module-source-map',
target: 'web',
node: false,
output: {
path: path.join(__dirname, '../../public/background'),

View File

@ -34,8 +34,6 @@ const contentScriptProdConfig = {
name: 'contentScriptGlobal',
entry: './src/content/content_script.js',
mode: 'production',
devtool: 'cheap-module-source-map',
target: 'web',
node: false,
output: {
path: path.join(__dirname, '../../public/content'),

View File

@ -39,8 +39,6 @@ const installPageProdConfig = {
contentPageStyles: './src/content/styles/content_script.scss'
},
mode: 'production',
devtool: 'cheap-module-source-map',
target: 'web',
node: false,
output: {
path: path.join(__dirname, '../../public/installPage'),

View File

@ -39,8 +39,6 @@ const optionsPageProdConfig = {
contentPageStyles: './src/content/styles/content_script.scss'
},
mode: 'production',
devtool: 'cheap-module-source-map',
target: 'web',
node: false,
output: {
path: path.join(__dirname, '../../public/optionsPage'),