diff --git a/webpack.config.js b/webpack.config.js index d8a42f50e..43d92e408 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -310,5 +310,7 @@ function devServerProxyBypass({ path }) { return path; } - /* eslint-enable array-callback-return, indent */ + if (path.startsWith('/libs/')) { + return path; + } }