add sourcemaps to gulp and pug support to vue
This commit is contained in:
parent
89f47c6dbb
commit
5dd9ed20aa
4 changed files with 177 additions and 58 deletions
|
@ -25,6 +25,10 @@ module.exports = {
|
|||
options: { presets: ['es2015'] }
|
||||
}]
|
||||
},
|
||||
{
|
||||
test: /\.pug$/,
|
||||
loader: 'pug-plain-loader'
|
||||
},
|
||||
]
|
||||
},
|
||||
resolve: {
|
||||
|
|
Reference in a new issue