Commit 6c547e31 authored by Mike Greiling's avatar Mike Greiling

add vue-loader dependencies and basic config

parent 5e1a802b
......@@ -67,6 +67,10 @@ var config = {
exclude: /(node_modules|vendor\/assets)/,
loader: 'babel-loader'
},
{
test: /\.vue$/,
use: 'vue-loader'
},
{
test: /\.svg$/,
use: 'raw-loader'
......
This diff is collapsed.
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