File tree Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 57
57
"terser-webpack-plugin" : " 5.1.0" ,
58
58
"webpack" : " ^5.24.4" ,
59
59
"webpack-bundle-analyzer" : " ^4.4.0" ,
60
- "webpack-cli" : " ^4.5 .0" ,
60
+ "webpack-cli" : " ^4.6 .0" ,
61
61
"webpack-log" : " ^3.0.1"
62
62
},
63
63
"dependencies" : {
72
72
"@cocreate/conditional-logic" : " ^1.0.0" ,
73
73
"@cocreate/contenteditable" : " ^1.0.0" ,
74
74
"@cocreate/crdt" : " ^1.0.0" ,
75
- "@cocreate/crud" : " ^1.0.0" ,
76
75
"@cocreate/croppie" : " ^1.0.0" ,
76
+ "@cocreate/crud" : " ^1.0.0" ,
77
77
"@cocreate/cursors" : " ^1.0.0" ,
78
78
"@cocreate/dnd" : " ^0.10.0" ,
79
79
"@cocreate/docs" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -75,20 +75,8 @@ module.exports = {
75
75
}
76
76
} ,
77
77
{
78
- test : / \. c s s $ / i,
79
- use : [
80
- { loader : 'style-loader' , options : { injectType : 'linkTag' } } ,
81
- {
82
- loader : 'file-loader' ,
83
- // ...isProduction && {
84
- // options: {
85
- // outputPath: version,
86
- // }
87
- // }
88
- }
89
-
90
- ] ,
91
-
78
+ test : / \. c s s $ / ,
79
+ use : [ 'style-loader' , 'css-loader' ]
92
80
} ,
93
81
]
94
82
} ,
Original file line number Diff line number Diff line change @@ -10086,7 +10086,7 @@ webpack-bundle-analyzer@^4.4.0:
10086
10086
sirv "^1.0.7"
10087
10087
ws "^7.3.1"
10088
10088
10089
- webpack-cli@^4.5 .0 :
10089
+ webpack-cli@^4.6 .0 :
10090
10090
version "4.6.0"
10091
10091
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.6.0.tgz#27ae86bfaec0cf393fcfd58abdc5a229ad32fd16"
10092
10092
integrity sha512-9YV+qTcGMjQFiY7Nb1kmnupvb1x40lfpj8pwdO/bom+sQiP4OBMKjHq29YQrlDWDPZO9r/qWaRRywKaRDKqBTA==
You can’t perform that action at this time.
0 commit comments