add sourcemaps to gulp and pug support to vue

This commit is contained in:
Jakob Schrettenbrunner 2018-05-28 23:16:03 +02:00
parent 89f47c6dbb
commit 5dd9ed20aa
4 changed files with 177 additions and 58 deletions

View file

@ -25,6 +25,10 @@ module.exports = {
options: { presets: ['es2015'] }
}]
},
{
test: /\.pug$/,
loader: 'pug-plain-loader'
},
]
},
resolve: {