Skip to content

Commit a89ff58

Browse files
committed
chore: minimize static files
1 parent 11d824a commit a89ff58

6 files changed

+1787
-150844
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
.umi
33
.umi-production
4+
public/static/*.js
5+
public/static/*.css

.stylelintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ module.exports = {
22
extends: require.resolve('@umijs/max/stylelint'),
33
rules: {
44
'selector-class-pattern': null
5-
}
5+
},
6+
ignoreFiles: ['public/static/*.css']
67
};

public/static/redoc.standalon.js

+1,781
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)