File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@babel/core" : " ^7.4.0" ,
27
27
"@babel/preset-env" : " ^7.4.0" ,
28
+ "@teamthread/strict-css-modules-loader" : " ^0.0.3" ,
28
29
"@types/jest" : " ^24.0.11" ,
29
30
"@types/prop-types" : " ^15.7.0" ,
30
31
"@types/react-fontawesome" : " ^1.6.4" ,
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ module.exports = {
54
54
{
55
55
test : / \. c s s $ / ,
56
56
use : [
57
+ {
58
+ loader : "@teamthread/strict-css-modules-loader"
59
+ } ,
57
60
{
58
61
loader : "style-loader"
59
62
} ,
@@ -74,6 +77,9 @@ module.exports = {
74
77
{
75
78
test : / \. s c s s $ / ,
76
79
use : [
80
+ {
81
+ loader : "@teamthread/strict-css-modules-loader"
82
+ } ,
77
83
{
78
84
loader : "style-loader"
79
85
} ,
Original file line number Diff line number Diff line change 1459
1459
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
1460
1460
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
1461
1461
1462
+ " @teamthread/strict-css-modules-loader@^0.0.3 " :
1463
+ version "0.0.3"
1464
+ resolved "https://registry.yarnpkg.com/@teamthread/strict-css-modules-loader/-/strict-css-modules-loader-0.0.3.tgz#5ab96e505eaf7c75c02bad7610185cce5b88128a"
1465
+ integrity sha512-BW5+uJZsf48suf31qYlfQyIlp6JMD5mHEKyUy7NI7+SXcGSD140+JOe2PvHInKNw8gsY6kevxFgo/P+6nLZq6A==
1466
+
1462
1467
" @types/babel__core@^7.1.0 " :
1463
1468
version "7.1.0"
1464
1469
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.0.tgz#710f2487dda4dcfd010ca6abb2b4dc7394365c51"
You can’t perform that action at this time.
0 commit comments