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:
@@ -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/')
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user