File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44 " html" ,
55 " fixture*" ,
66 " app.json" ,
7- " fontello.json"
7+ " fontello.json" ,
8+ " *.md"
89 ],
910 "match" : {
1011 "base64" : {
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ export const match = {
1919 'bin/cloudcmd.js' : {
2020 'no-console' : 'off' ,
2121 } ,
22+ 'cssnano.config.js' : {
23+ 'n/no-extraneous-require' : 'off' ,
24+ } ,
2225} ;
2326export default defineConfig ( [
2427 safeAlign , {
Original file line number Diff line number Diff line change 8686 },
8787 "subdomain" : " cloudcmd" ,
8888 "dependencies" : {
89- "@babel/core" : " ^8.0.0-beta.1" ,
9089 "@babel/plugin-transform-optional-chaining" : " ^7.21.0" ,
9190 "@cloudcmd/dropbox" : " ^5.0.1" ,
9291 "@cloudcmd/fileop" : " ^8.0.0" ,
152151 "yargs-parser" : " ^22.0.0"
153152 },
154153 "devDependencies" : {
154+ "@babel/core" : " ^7.22.5" ,
155155 "@babel/code-frame" : " ^7.22.5" ,
156156 "@babel/preset-env" : " ^7.0.0" ,
157157 "@cloudcmd/clipboard" : " ^2.0.0" ,
172172 "codegen.macro" : " ^4.0.0" ,
173173 "css-loader" : " ^3.0.0" ,
174174 "css-modules-require-hook" : " ^4.2.3" ,
175- "cssnano-preset-default" : " ^7.0.7" ,
176175 "domtokenlist-shim" : " ^1.2.0" ,
177176 "emitify" : " ^4.0.1" ,
178177 "eslint" : " ^9.23.0" ,
You can’t perform that action at this time.
0 commit comments