mirror of https://github.com/grafana/grafana.git
Webpack: Update bundled plugins SWC baseUrl (#80882)
build(webpack): update config for swc.baseUrl
This commit is contained in:
parent
e0d0420990
commit
dff0e33c30
|
@ -73,7 +73,7 @@ const config = async (env: Record<string, string>): Promise<Configuration> => ({
|
|||
loader: 'swc-loader',
|
||||
options: {
|
||||
jsc: {
|
||||
baseUrl: '.',
|
||||
baseUrl: path.resolve(__dirname),
|
||||
target: 'es2015',
|
||||
loose: false,
|
||||
parser: {
|
||||
|
|
Loading…
Reference in New Issue