Commit ceb671b7 authored by Phil Hughes's avatar Phil Hughes

Remove trailinng comma in webpack config

parent 7af2a91b
......@@ -45,9 +45,7 @@ function generateEntries() {
cwd: path.join(ROOT_PATH, 'ee/app/assets/javascripts'),
});
eePageEntries.forEach(path => generateAutoEntries(path, 'ee'));
watchAutoEntries.concat(
path.join(ROOT_PATH, 'ee/app/assets/javascripts/pages/'),
);
watchAutoEntries.concat(path.join(ROOT_PATH, 'ee/app/assets/javascripts/pages/'));
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