Skip to content

Commit be337d5

Browse files
committed
Added the entry option to the config creator function
1 parent a166b9c commit be337d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webpack.base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// create a webpack configuration with all common parts included here
22
var createWebpackConfig = function(options) {
33
return {
4+
entry: options.entry,
45
output: options.output,
56
plugins: options.plugins,
67
node: {

0 commit comments

Comments
 (0)