Skip to content

Commit e5f5c93

Browse files
authored
ignore remaining sass errors (#193)
1 parent dd849bc commit e5f5c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webpack-config/src/loaders/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const scssLoaderDefaults = {
5454
loader: 'sass-loader',
5555
options: {
5656
sourceMap: true,
57+
silenceDeprecations: ['import', 'legacy-js-api'],
5758
},
5859
};
5960

0 commit comments

Comments
 (0)