File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11. *
22* .spec. *
3+ * .config. *
34* .fixture.js *
45manifest.yml
56docker
1314yarn-error.log
1415yarn.lock
1516now.json
16- cssnano.config.js
1717
1818app.json
1919bower.json
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const match = {
1212 'client/dom/index.js' : {
1313 'no-multi-spaces' : 'off' ,
1414 } ,
15- 'client/**/*.js' : {
15+ '{ client,static} /**/*.js' : {
1616 'n/no-extraneous-require' : 'off' ,
1717 'n/no-unsupported-features/node-builtins' : 'off' ,
1818 } ,
Original file line number Diff line number Diff line change 8686 },
8787 "subdomain" : " cloudcmd" ,
8888 "dependencies" : {
89- "@babel/core" : " ^7.22.9 " ,
89+ "@babel/core" : " ^8.0.0-beta.1 " ,
9090 "@babel/plugin-transform-optional-chaining" : " ^7.21.0" ,
9191 "@cloudcmd/dropbox" : " ^5.0.1" ,
9292 "@cloudcmd/fileop" : " ^8.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" ,
175176 "domtokenlist-shim" : " ^1.2.0" ,
176177 "emitify" : " ^4.0.1" ,
177178 "eslint" : " ^9.23.0" ,
You can’t perform that action at this time.
0 commit comments