提交 136251fc 编写于 作者: B bryk

Fix path to main module file in webpack config

Without this fix, `gulp serve` fails.
上级 addc830d
......@@ -43,7 +43,7 @@ gulp.task('scripts', function() {
quiet: true,
};
return gulp.src(path.join(conf.paths.frontendSrc, 'index.module.js'))
return gulp.src(path.join(conf.paths.frontendSrc, 'index_module.js'))
.pipe(webpackStream(webpackOptions))
.pipe(gulp.dest(conf.paths.serve));
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册