We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162a13c commit f21376dCopy full SHA for f21376d
template/build/webpack.base.conf.js
@@ -37,7 +37,7 @@ module.exports = {
37
{{#if_eq build "standalone"}}
38
'vue$': 'vue/dist/vue.esm.js',
39
{{/if_eq}}
40
- '@/': resolve('src'),
+ '@': resolve('src'),
41
}
42
},
43
module: {
0 commit comments