mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: make baseDir absolute in grafana-plugin-config (#80826)
make baseDir absolute
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user