Skip to content

Commit 439d9a1

Browse files
committed
removed unnecessary 'app' entry deletion
1 parent 9eb3134 commit 439d9a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ module.exports = (api, options) => {
5858
const userScripts = Object.keys(entry)
5959

6060
api.chainWebpack((webpackConfig) => {
61-
webpackConfig.entryPoints.delete('app')
6261
// Ignore rewriting names for background and content scripts
6362
webpackConfig.output.filename((file) =>
6463
userScripts.includes(file.chunk.name) || !isProduction ? 'js/[name].js' : 'js/[name].[contenthash:8].js'

0 commit comments

Comments
 (0)