Commit 9090a100 authored by Phil Hughes's avatar Phil Hughes

fixed webpack.config.js conflict

parent a93c1349
......@@ -41,7 +41,6 @@ function generateEntries() {
}
pageEntries.forEach(path => generateAutoEntries(path));
<<<<<<< HEAD
// EE-specific auto entries
const eePageEntries = glob.sync('pages/**/index.js', {
......@@ -51,8 +50,6 @@ function generateEntries() {
watchAutoEntries.concat(
path.join(ROOT_PATH, 'ee/app/assets/javascripts/pages/'),
);
=======
>>>>>>> upstream/master
autoEntriesCount = Object.keys(autoEntries).length;
......@@ -276,15 +273,12 @@ const config = {
vendor: path.join(ROOT_PATH, 'vendor/assets/javascripts'),
vue$: 'vue/dist/vue.esm.js',
spec: path.join(ROOT_PATH, 'spec/javascripts'),
<<<<<<< HEAD
// EE-only
ee: path.join(ROOT_PATH, 'ee/app/assets/javascripts'),
ee_empty_states: path.join(ROOT_PATH, 'ee/app/views/shared/empty_states'),
ee_icons: path.join(ROOT_PATH, 'ee/app/views/shared/icons'),
ee_images: path.join(ROOT_PATH, 'ee/app/assets/images'),
=======
>>>>>>> upstream/master
},
},
......
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