Skip to content

Commit 2bf0efe

Browse files
authored
feat(index): add .sass to default viewLoaders
fixes aurelia/skeleton-navigation#691
1 parent bc13ab3 commit 2bf0efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class AureliaWebpackPlugin {
2020
options.customViewLoaders = Object.assign({
2121
'.css': ['css'],
2222
'.scss': ['css', 'sass'],
23+
'.sass': ['css', 'sass'],
2324
'.less': ['css', 'less'],
2425
'.styl': ['css', 'stylus'],
2526
}, options.customViewLoaders || {});

0 commit comments

Comments
 (0)