mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-09 21:57:35 +02:00
A working drop zone example
This commit is contained in:
@ -39,6 +39,10 @@ module.exports = {
|
||||
test: /\.vue$/,
|
||||
loader: 'vue'
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
loaders: ["style", "css", "sass"]
|
||||
},
|
||||
{
|
||||
test: /\.png$/,
|
||||
loader: "url-loader?limit=100000"
|
||||
|
Reference in New Issue
Block a user