{"version":3,"sources":["webpack:///./src/demo/snippets/js/vuetify_loader_vue_config.txt"],"names":[],"mappings":"kHAAA,OAAe","file":"js/chunk-2d0f0789.f47ae27b.js","sourcesContent":["export default \"// vue.config.js\\n\\nconst VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')\\n\\nmodule.exports = {\\n configureWebpack: {\\n plugins: [\\n new VuetifyLoaderPlugin({\\n /**\\n * This function will be called for every tag used in each vue component\\n * It should return an array, the first element will be inserted into the\\n * components array, the second should be a corresponding import\\n *\\n * originalTag - the tag as it was originally used in the template\\n * kebabTag - the tag normalised to kebab-case\\n * camelTag - the tag normalised to PascalCase\\n * path - a relative path to the current .vue file\\n * component - a parsed representation of the current component\\n */\\n match (originalTag, { kebabTag, camelTag, path, component }) {\\n if (kebabTag.startsWith('core-')) {\\n return [camelTag, `import ${camelTag} from '@/components/core/${camelTag.substring(4)}.vue'`]\\n }\\n }\\n })\\n ],\\n },\\n}\\n\";"],"sourceRoot":""}