Commit 024eff60 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'leipert-vue-experiment' into 'master'

Switch to Vue without runtime compiler

See merge request gitlab-org/gitlab!53922
parents 1cfc37f9 22ced0d4
...@@ -152,7 +152,6 @@ const alias = { ...@@ -152,7 +152,6 @@ const alias = {
icons: path.join(ROOT_PATH, 'app/views/shared/icons'), icons: path.join(ROOT_PATH, 'app/views/shared/icons'),
images: path.join(ROOT_PATH, 'app/assets/images'), images: path.join(ROOT_PATH, 'app/assets/images'),
vendor: path.join(ROOT_PATH, 'vendor/assets/javascripts'), vendor: path.join(ROOT_PATH, 'vendor/assets/javascripts'),
vue$: 'vue/dist/vue.esm.js',
jquery$: 'jquery/dist/jquery.slim.js', jquery$: 'jquery/dist/jquery.slim.js',
jest: path.join(ROOT_PATH, 'spec/frontend'), jest: path.join(ROOT_PATH, 'spec/frontend'),
shared_queries: path.join(ROOT_PATH, 'app/graphql/queries'), shared_queries: path.join(ROOT_PATH, 'app/graphql/queries'),
......
...@@ -33,8 +33,8 @@ module.exports = { ...@@ -33,8 +33,8 @@ module.exports = {
'echarts', 'echarts',
'lodash', 'lodash',
'vuex', 'vuex',
'vue',
'pikaday', 'pikaday',
'vue/dist/vue.esm.js',
'@gitlab/at.js', '@gitlab/at.js',
'jed', 'jed',
'mermaid', 'mermaid',
......
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