2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-17 01:50:33 +03:00

feat: refactor of object merge & make vue-router example work

This commit is contained in:
pimlie
2021-01-18 01:16:28 +01:00
parent 5c4ee7a547
commit e68b53573e
27 changed files with 2958 additions and 4909 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { VueLoaderPlugin } from 'vue-loader'
// const srcDir = path.join(__dirname, '..', 'src')
export default {
devtool: 'inline-source-map',
devtool: 'source-map',
mode: 'development',
entry: fs.readdirSync(__dirname)
.reduce((entries, dir) => {