Browse Source

fix typo

pull/158/merge
Thorsten Lünborg 8 years ago
committed by GitHub
parent
commit
bd8a372db5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      template/webpack.config.js

2
template/webpack.config.js

@ -30,7 +30,7 @@ module.exports = {
use: [
'vue-style-loader',
'css-loader',
'sass-loader?indentedSytanx'
'sass-loader?indentedSyntax'
],
},
{{/sass}}

Loading…
Cancel
Save