提交 6c547e31 编写于 作者: M Mike Greiling

add vue-loader dependencies and basic config

上级 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'
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册