manifest v3 changes

This commit is contained in:
Ajay
2022-03-28 01:13:29 -04:00
parent f50110636d
commit 6f5bde2d0e
12 changed files with 76 additions and 85 deletions

View File

@@ -35,12 +35,6 @@ module.exports = env => ({
output: {
path: path.join(__dirname, '../dist/js'),
},
optimization: {
splitChunks: {
name: 'vendor',
chunks: "initial"
}
},
module: {
rules: [
{