Skip to content

Commit

Permalink
Merge branch 'master' into fix/hmr-order
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Nov 27, 2022
2 parents 9d16097 + 2633446 commit b437b4d
Show file tree
Hide file tree
Showing 5 changed files with 1,713 additions and 70 deletions.
46 changes: 46 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": "0.2",
"language": "en,en-gb",
"words": [
"publicpath",
"memfs",
"crossorigin",
"Crossorigin",
"camelcase",
"unreload",
"cnfg",
"sorhus",
"sindre",
"staticc",
"deepc",
"pathinfo",
"iife",
"IIFE",
"fullhref",
"Unexception",
"fullhash",
"truetype",
"entrypoints",
"plusplus",
"hotreloading",
"chunkhash",
"concat",
"nosources",
"hspace",
"vspace",
"commitlint",
"unreload",
"cnfg"
],

"ignorePaths": [
"CHANGELOG.md",
"package.json",
"dist/**",
"**/__snapshots__/**",
"package-lock.json",
"/test/js",
"/test/outputs",
"/test/manual/dist"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: nodejs.yml
access_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*": ["prettier --write --ignore-unknown"],
"*": ["prettier --write --ignore-unknown", "cspell"],
"*.{js,ts}": ["eslint --cache --fix"],
};
Loading

0 comments on commit b437b4d

Please sign in to comment.