Commit 55cc28d1 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'backport-ee-change-webpack-empty-states' into 'master'

Backport change introduced in EE - alias for empty states SVGs

See merge request !9683
parents e1cc0fd5 8a322f78
......@@ -133,6 +133,7 @@ var config = {
alias: {
'~': path.join(ROOT_PATH, 'app/assets/javascripts'),
'emoji-aliases$': path.join(ROOT_PATH, 'fixtures/emojis/aliases.json'),
'empty_states': path.join(ROOT_PATH, 'app/views/shared/empty_states'),
'icons': path.join(ROOT_PATH, 'app/views/shared/icons'),
'vendor': path.join(ROOT_PATH, 'vendor/assets/javascripts'),
'vue$': 'vue/dist/vue.common.js',
......
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