bumped deps

This commit is contained in:
Eugene Pankov
2021-01-28 21:11:53 +01:00
parent e2b11c83d5
commit c42b62afe6
8 changed files with 669 additions and 497 deletions

View File

@@ -40,7 +40,7 @@ module.exports = {
},
},
{ test: /\.pug$/, use: ['apply-loader', 'pug-loader'] },
{ test: /\.scss$/, use: ['to-string-loader', 'css-loader', 'sass-loader'] },
{ test: /\.scss$/, use: ['@terminus-term/to-string-loader', 'css-loader', 'sass-loader'] },
{ test: /\.svg/, use: ['svg-inline-loader'] },
],
},