We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc13ab3 commit 2bf0efeCopy full SHA for 2bf0efe
src/index.js
@@ -20,6 +20,7 @@ class AureliaWebpackPlugin {
20
options.customViewLoaders = Object.assign({
21
'.css': ['css'],
22
'.scss': ['css', 'sass'],
23
+ '.sass': ['css', 'sass'],
24
'.less': ['css', 'less'],
25
'.styl': ['css', 'stylus'],
26
}, options.customViewLoaders || {});
0 commit comments