Skip to content

Commit 44c5be2

Browse files
committed
chore: bump webpack and cleanup webpack config
1 parent 95232f8 commit 44c5be2

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"copy-webpack-plugin": "^8.1.1",
2727
"web-ext": "^6.0.0",
2828
"webextension-polyfill": "^0.7.0",
29-
"webpack": "^5.31.2",
29+
"webpack": "^5.32.0",
3030
"webpack-cli": "^4.6.0"
3131
}
3232
}

webpack.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ module.exports = {
3434
context: '../',
3535
from: 'src/icons',
3636
to: 'icons/'
37-
},
38-
// {
39-
// context: '../',
40-
// to: '[name].[ext]',
41-
// from: 'node_modules/webextension-polyfill/dist/browser-polyfill.min.js'
42-
// }
37+
}
4338
]
4439
})
4540
]

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3872,10 +3872,10 @@ webpack-sources@^2.1.1:
38723872
source-list-map "^2.0.1"
38733873
source-map "^0.6.1"
38743874

3875-
webpack@^5.31.2:
3876-
version "5.31.2"
3877-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.31.2.tgz#40d9b9d15b7d76af73d3f1cae895b82613a544d6"
3878-
integrity sha512-0bCQe4ybo7T5Z0SC5axnIAH+1WuIdV4FwLYkaAlLtvfBhIx8bPS48WHTfiRZS1VM+pSiYt7e/rgLs3gLrH82lQ==
3875+
webpack@^5.32.0:
3876+
version "5.32.0"
3877+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.32.0.tgz#f013932d778dad81bd51292d0ea00865056dc22c"
3878+
integrity sha512-jB9PrNMFnPRiZGnm/j3qfNqJmP3ViRzkuQMIf8za0dgOYvSLi/cgA+UEEGvik9EQHX1KYyGng5PgBTTzGrH9xg==
38793879
dependencies:
38803880
"@types/eslint-scope" "^3.7.0"
38813881
"@types/estree" "^0.0.46"

0 commit comments

Comments
 (0)