diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-03-15 17:48:48 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-04-09 15:22:53 -0500 |
commit | 6c547e3142744e60d8ed413c48f1fba2eefa1d8f (patch) | |
tree | 6632942a6cc9e55c160472d7deb5d052d2a297d8 /config | |
parent | 5e1a802b15af4ba991f9ed85a691f1a925cc0edf (diff) | |
download | gitlab-ce-6c547e3142744e60d8ed413c48f1fba2eefa1d8f.tar.gz |
add vue-loader dependencies and basic config
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index e3bc939d578..7a570836d01 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -68,6 +68,10 @@ var config = { loader: 'babel-loader' }, { + test: /\.vue$/, + use: 'vue-loader' + }, + { test: /\.svg$/, use: 'raw-loader' }, { |