Chore: make `baseDir` absolute in grafana-plugin-config (#80826)

make baseDir absolute
alexz/team-lbac-use-api
Ashley Harrison 1 year ago committed by GitHub
parent 171ba185d3
commit 5f2ef36e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-plugin-configs/webpack.config.ts

@ -90,7 +90,7 @@ const config = async (env: Record<string, unknown>): Promise<Configuration> => {
loader: require.resolve('swc-loader'),
options: {
jsc: {
baseUrl: '.',
baseUrl: path.resolve(__dirname),
target: 'es2015',
loose: false,
parser: {

Loading…
Cancel
Save