File tree Expand file tree Collapse file tree 6 files changed +288
-8
lines changed Expand file tree Collapse file tree 6 files changed +288
-8
lines changed Original file line number Diff line number Diff line change 5959 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
6060 run : pnpm test:mutation
6161
62+ - name : Test webpack loader
63+ run : pnpm webpack-loader
64+
6265 # - name: Run Unit Test Against Package
6366 # # pnpm has a bug with pack script https://github.com/pnpm/pnpm/issues/4351
6467 # run: |
Original file line number Diff line number Diff line change 1+ { "a" : { "b" : " Text Note" } }
Original file line number Diff line number Diff line change 1+ import json from './data.json'
2+
3+ export const key = json . a
Original file line number Diff line number Diff line change 2020 "lint:fix" : " pnpm lint --fix" ,
2121 "coverage" : " vitest run --coverage" ,
2222 "test" : " vitest" ,
23- "test:mutation" : " stryker run"
23+ "test:mutation" : " stryker run" ,
24+ "webpack-loader" : " webpack"
25+ },
26+ "dependencies" : {
27+ "json-map-keys" : " workspace:*" ,
28+ "json-map-keys-loader" : " workspace:*"
2429 },
2530 "devDependencies" : {
2631 "@commitlint/cli" : " ^19.8.1" ,
2732 "@commitlint/config-conventional" : " ^20.0.0" ,
2833 "@stryker-mutator/core" : " ^9.1.1" ,
29- "@stryker-mutator/vitest-runner" : " ^9.1.1" ,
3034 "@stryker-mutator/typescript-checker" : " ^9.1.1" ,
35+ "@stryker-mutator/vitest-runner" : " ^9.1.1" ,
3136 "@tiagoporto/dependabot-config" : " ^2.4.0" ,
3237 "@tiagoporto/editor-config" : " ^2.0.0" ,
3338 "@tiagoporto/eslint-config" : " ^5.3.0" ,
4146 "prettier" : " ^3.6.2" ,
4247 "remark" : " ^15.0.1" ,
4348 "remark-cli" : " ^12.0.1" ,
44- "vitest" : " ^3.2.4"
49+ "vitest" : " ^3.2.4" ,
50+ "webpack" : " ^5.102.0" ,
51+ "webpack-cli" : " ^6.0.1"
4552 }
4653}
You can’t perform that action at this time.
0 commit comments