Skip to content

Commit

Permalink
Remove unrequired change
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 23, 2018
1 parent 0fb5889 commit e22661f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/notifications.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/webpack.common.js
Expand Up @@ -42,8 +42,7 @@ module.exports = {
plugins: [new VueLoaderPlugin()],
resolve: {
alias: {
vue$: 'vue/dist/vue.esm.js',
'handlebars': 'handlebars/runtime.js'
vue$: 'vue/dist/vue.esm.js'
},
extensions: ['*', '.js', '.vue', '.json']
}
Expand Down

0 comments on commit e22661f

Please sign in to comment.