Skip to content

Commit

Permalink
Revert "fix bad alias (fix #1239)"
Browse files Browse the repository at this point in the history
This reverts commit f4f59f5.
  • Loading branch information
LinusBorg committed Jan 10, 2018
1 parent 162a13c commit f21376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
{{#if_eq build "standalone"}}
'vue$': 'vue/dist/vue.esm.js',
{{/if_eq}}
'@/': resolve('src'),
'@': resolve('src'),
}
},
module: {
Expand Down

0 comments on commit f21376d

Please sign in to comment.