Commit f941ce0b authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in config/webpack.config.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d3bb4f5a
......@@ -38,13 +38,10 @@ function generateAutoEntries(path, prefix = '.') {
}
pageEntries.forEach(( path ) => generateAutoEntries(path));
<<<<<<< HEAD
// add and replace any ce entries with ee entries
const eePageEntries = glob.sync('pages/**/index.js', { cwd: path.join(ROOT_PATH, 'ee/app/assets/javascripts') });
eePageEntries.forEach(( path ) => generateAutoEntries(path, 'ee'));
=======
>>>>>>> upstream/master
// report our auto-generated bundle count
var autoEntriesCount = Object.keys(autoEntries).length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment