File tree Expand file tree Collapse file tree 4 files changed +40
-270
lines changed Expand file tree Collapse file tree 4 files changed +40
-270
lines changed Original file line number Diff line number Diff line change 6262 - name : Test webpack loader
6363 run : pnpm webpack-loader
6464
65+ - name : Test rollup plugin
66+ run : pnpm rollup-plugin
67+
6568 # - name: Run Unit Test Against Package
6669 # # pnpm has a bug with pack script https://github.com/pnpm/pnpm/issues/4351
6770 # run: |
Original file line number Diff line number Diff line change 2121 "coverage" : " vitest run --coverage" ,
2222 "test" : " vitest" ,
2323 "test:mutation" : " stryker run" ,
24- "webpack-loader" : " webpack"
24+ "webpack-loader" : " webpack" ,
25+ "rollup-plugin" : " rollup --config"
2526 },
2627 "dependencies" : {
2728 "json-map-keys" : " workspace:*" ,
28- "json-map-keys-loader" : " workspace:*"
29+ "json-map-keys-loader" : " workspace:*" ,
30+ "rollup-plugin-json-map-keys" : " workspace:*"
2931 },
3032 "devDependencies" : {
3133 "@commitlint/cli" : " ^19.8.1" ,
4648 "prettier" : " ^3.6.2" ,
4749 "remark" : " ^15.0.1" ,
4850 "remark-cli" : " ^12.0.1" ,
51+ "rollup" : " ^4.52.4" ,
4952 "vitest" : " ^3.2.4" ,
5053 "webpack" : " ^5.102.0" ,
5154 "webpack-cli" : " ^6.0.1"
You can’t perform that action at this time.
0 commit comments