Skip to content

Commit 0a6f011

Browse files
authored
Merge pull request webpack#5229 from 2hu12/master
remove one line of useless code
2 parents bafcdf1 + 44b8f7f commit 0a6f011

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/webpack.web.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function webpack(options, callback) {
1313
new WebpackOptionsDefaulter().process(options);
1414

1515
const compiler = new Compiler();
16-
compiler.options = options;
1716
compiler.options = new WebpackOptionsApply().process(options, compiler);
1817
new WebEnvironmentPlugin(options.inputFileSystem, options.outputFileSystem).apply(compiler);
1918
if(callback) {

0 commit comments

Comments
 (0)