Add JS logic for filter

This commit is contained in:
Tom Raithel
2017-02-12 22:35:40 +01:00
parent d96380a57f
commit b2a37fd698
5 changed files with 103 additions and 36 deletions

View File

@@ -8,6 +8,11 @@ module.exports = {
path: path.join(__dirname, 'dist'),
filename: '[name].js',
},
resolve: {
alias: {
'vue$': 'vue/dist/vue.common.js'
}
},
module: {
rules: [
{