Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit cce06e7

Browse files
author
Kamil Kisiela
committed
style: missing new lines in webpack
1 parent e104107 commit cce06e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
require('argv-set-env')();
22
var webpack = require('./webpack/config')[process.env.NODE_ENV === 'development' ? 'dist' : 'prod'];
33

4-
module.exports = webpack;
4+
module.exports = webpack;

webpack/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ module.exports = function (type) {
2222
}
2323
];
2424
}
25-
};
25+
};

0 commit comments

Comments
 (0)