2 parents bafcdf1 + 44b8f7f commit 0a6f011Copy full SHA for 0a6f011
1 file changed
lib/webpack.web.js
@@ -13,7 +13,6 @@ function webpack(options, callback) {
13
new WebpackOptionsDefaulter().process(options);
14
15
const compiler = new Compiler();
16
- compiler.options = options;
17
compiler.options = new WebpackOptionsApply().process(options, compiler);
18
new WebEnvironmentPlugin(options.inputFileSystem, options.outputFileSystem).apply(compiler);
19
if(callback) {
0 commit comments