feat(mssql-datasource): move to use rspack

This commit is contained in:
Jack Westbrook
2025-02-18 10:16:52 +01:00
parent 32af00eff9
commit bbda8c6b6b
3 changed files with 937 additions and 54 deletions
@@ -26,16 +26,15 @@
"@types/node": "22.12.0",
"@types/react": "18.3.18",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"webpack": "5.97.1"
"typescript": "5.7.3"
},
"peerDependencies": {
"@grafana/runtime": "*"
},
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
"build": "rspack -c ./rspack.config.ts --env production",
"build:commit": "rspack -c ./rspack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "rspack -w -c ./rspack.config.ts --env development"
},
"packageManager": "yarn@4.6.0"
}
@@ -1,4 +1,4 @@
import config from '@grafana/plugin-configs/webpack.config';
import config from '@grafana/plugin-configs/rspack.config';
// eslint-disable-next-line no-barrel-files/no-barrel-files
export default config;
+932 -48
View File
File diff suppressed because it is too large Load Diff