Commit 253b88e3 authored by Winnie Hellmann's avatar Winnie Hellmann

Add ee_else_ce alias to Webpack config

(cherry picked from commit da3cd00f5a31f762eb67c2824233ad2b275b2ba8)

Conflicts:
	config/webpack.config.js
parent 14397584
......@@ -94,6 +94,9 @@ module.exports = {
vendor: path.join(ROOT_PATH, 'vendor/assets/javascripts'),
vue$: 'vue/dist/vue.esm.js',
spec: path.join(ROOT_PATH, 'spec/javascripts'),
// the following resolves files which are different between CE and EE
ee_else_ce: path.join(ROOT_PATH, 'app/assets/javascripts'),
},
},
......
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