Skip to content

Instantly share code, notes, and snippets.

@aldarund
Created August 29, 2018 07:29
Show Gist options
  • Save aldarund/33c0a144f38e400f4433105513fb46ad to your computer and use it in GitHub Desktop.
Save aldarund/33c0a144f38e400f4433105513fb46ad to your computer and use it in GitHub Desktop.
{ test: /\.(png|jpe?g|gif|svg)$/,
oneOf:
[ { test: /\.(png|jpe?g|gif)$/,
resourceQuery: /vuetify-preload/,
use: [Array] },
{ loader: 'url-loader', options: [Object] } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment