mirror of https://github.com/webpack/webpack.git
fix: remove extra change
This commit is contained in:
parent
18c59c600d
commit
4e643be0d7
|
|
@ -245,9 +245,7 @@ class WorkerPlugin {
|
|||
} else {
|
||||
Object.assign(
|
||||
entryOptions,
|
||||
JSON.parse(
|
||||
JSON.stringify(importOptions.webpackEntryOptions)
|
||||
)
|
||||
importOptions.webpackEntryOptions
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue