2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 19:20:34 +03:00

feat: first work on vue v3 composition metainfo app

This commit is contained in:
pimlie
2020-05-03 19:59:05 +02:00
parent 41c7561bf9
commit 5d0eb1ab60
21 changed files with 551 additions and 182 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import webpack from 'webpack'
import WebpackBar from 'webpackbar'
import { VueLoaderPlugin } from 'vue-loader'
const srcDir = path.join(__dirname, '..', 'src')
// const srcDir = path.join(__dirname, '..', 'src')
export default {
devtool: 'inline-source-map',
@@ -63,7 +63,7 @@ export default {
// is a simple `export * from '@vue/runtime-dom`. However having this
// extra re-export somehow causes webpack to always invalidate the module
// on the first HMR update and causes the page to reload.
'vue': 'vue/dist/vue.esm.js',
vue: 'vue/dist/vue.esm-bundler.js',
'vue-meta': path.resolve(__dirname, './next/')
}
},