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

make baseDir absolute
This commit is contained in:
Ashley Harrison
2024-01-19 09:18:48 +00:00
committed by GitHub
parent 171ba185d3
commit 5f2ef36e63

View File

@@ -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: {