From dd9f0ddbf191c4078d1ec42e4f9c62e965ce7cee Mon Sep 17 00:00:00 2001 From: Nikita Grachev Date: Fri, 5 Apr 2024 15:43:03 -0300 Subject: [PATCH] Update webpack.config.ts --- src/webpack.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpack.config.ts b/src/webpack.config.ts index 0826d4c2..3e534d2f 100644 --- a/src/webpack.config.ts +++ b/src/webpack.config.ts @@ -75,6 +75,7 @@ const webpackConfig = { "powerbi-visuals-api": 'null' }, resolve: { + symlinks: false, extensions: ['.tsx', '.ts', '.jsx', '.js', '.mjs', '.css'], modules: ['node_modules', path.resolve(rootPath, 'node_modules')], fallback: {