Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Sep 3, 2018
1 parent 4df7b87 commit e6972e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getWebpackConfig(options, presets) {
manager: presets.manager([], options),
};

return presets.eebpack({}, { ...options, babelOptions, entries });
return presets.webpack({}, { ...options, babelOptions, entries });
}

export default options => {
Expand Down

0 comments on commit e6972e7

Please sign in to comment.