Skip to content

Commit

Permalink
chore: fix npm run serve
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Oct 2, 2023
1 parent b4bc236 commit 827f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
assets: path.resolve(__dirname, '../docs/assets'),
mixins: path.resolve(__dirname, '../src/mixins'),
components: path.resolve(__dirname, '../src/components'),
vue$: 'vue/dist/vue.esm.js',
vue$: 'vue/dist/vue.runtime.esm-bundler.js',
},
},
module: {
Expand Down

0 comments on commit 827f892

Please sign in to comment.