Fix typo in regexp (#15204)

This commit is contained in:
Andy
2017-03-16 07:23:40 -07:00
committed by GitHub
parent 9e1f287385
commit 7daa75b30a

View File

@@ -62,7 +62,7 @@ hook({ extensions: ['.scss', '.sass'] });
hook({ ignore: (file: string) => false });
hook({ ignore: 'unused' });
hook({ ignore: /\.test\.(css|scss|sass)/$ });
hook({ ignore: /\.test\.(css|scss|sass)$/ });
//
// https://github.com/css-modules/css-modules-require-hook/blob/master/README.md#preprocesscss-function