1 parent a166b9c commit be337d5Copy full SHA for be337d5
1 file changed
webpack.base.js
@@ -1,6 +1,7 @@
1
// create a webpack configuration with all common parts included here
2
var createWebpackConfig = function(options) {
3
return {
4
+ entry: options.entry,
5
output: options.output,
6
plugins: options.plugins,
7
node: {
0 commit comments