Webpack: Update bundled plugins SWC baseUrl (#80882)

build(webpack): update config for swc.baseUrl
pull/80908/head
Jack Westbrook 1 year ago committed by GitHub
parent e0d0420990
commit dff0e33c30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugins-bundled/internal/input-datasource/webpack.config.ts

@ -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…
Cancel
Save