{"version":3,"sources":["webpack:///./src/demo/snippets/js/vuetify_loader_webpack.txt"],"names":[],"mappings":"kHAAA,OAAe","file":"js/chunk-2d0c4c45.9760c5c4.js","sourcesContent":["export default \"// webpack.config.js\\n\\nconst VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')\\n\\nexports.plugins.push(\\n new VuetifyLoaderPlugin({\\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\";"],"sourceRoot":""}