Skip to content

Commit d50fa68

Browse files
authored
add newlines
1 parent 05174ae commit d50fa68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/webpack.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const WebpackOptionsValidationError = require("./WebpackOptionsValidationError")
1414
const webpackOptionsSchema = require("../schemas/WebpackOptions.json");
1515
const RemovedPluginError = require("./RemovedPluginError");
1616
const version = require("../package.json").version;
17+
1718
const webpack = (options, callback) => {
1819
const webpackOptionsValidationErrors = validateSchema(
1920
webpackOptionsSchema,
@@ -61,6 +62,7 @@ const webpack = (options, callback) => {
6162

6263
exports = module.exports = webpack;
6364
exports.version = version;
65+
6466
webpack.WebpackOptionsDefaulter = WebpackOptionsDefaulter;
6567
webpack.WebpackOptionsApply = WebpackOptionsApply;
6668
webpack.Compiler = Compiler;

0 commit comments

Comments
 (0)