We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed33d7 commit a255d3fCopy full SHA for a255d3f
.github/workflows/bundlewatch.yml
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
node:
12
- lts/-1
13
- lts/*
14
- #- latest
+ - latest
15
react: [18]
16
17
name: build (${{ matrix.node }} w/ React ${{ matrix.react }}
package.json
@@ -61,17 +61,5 @@
61
"webpack-cli": "^6.0.1",
62
"webpack-dev-server": "^5.0.4"
63
},
64
- "prettier": "@readme/eslint-config/prettier",
65
- "bundlewatch": {
66
- "files": [
67
- {
68
- "path": "dist/index.js",
69
- "maxSize": "500kb"
70
- },
71
72
- "path": "dist/index.node.js",
73
- "maxSize": "10kb"
74
- }
75
- ]
76
+ "prettier": "@readme/eslint-config/prettier"
77
}
0 commit comments