A working drop zone example

This commit is contained in:
Johannes Zillmann
2016-11-12 00:08:06 +01:00
parent 494899c7d2
commit d20347f70f
5 changed files with 172 additions and 3 deletions

View File

@ -39,6 +39,10 @@ module.exports = {
test: /\.vue$/,
loader: 'vue'
},
{
test: /\.scss$/,
loaders: ["style", "css", "sass"]
},
{
test: /\.png$/,
loader: "url-loader?limit=100000"