Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-16 01:48:48 +0300
committerMike Greiling <mike@pixelcog.com>2017-04-09 23:22:53 +0300
commit6c547e3142744e60d8ed413c48f1fba2eefa1d8f (patch)
tree6632942a6cc9e55c160472d7deb5d052d2a297d8 /config
parent5e1a802b15af4ba991f9ed85a691f1a925cc0edf (diff)
add vue-loader dependencies and basic config
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js4
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'
}, {