mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 15:40:19 -06:00
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
Block a user