fix: webpack missing source-map warning for @plotly/msgbox-gl (#7522)

This commit is contained in:
Tsuneo Yoshioka
2025-09-08 23:18:10 +09:00
committed by GitHub
parent f95156e924
commit 7838058953

View File

@@ -151,7 +151,10 @@ const config = {
use: ["source-map-loader"], use: ["source-map-loader"],
resolve: { resolve: {
fullySpecified: false fullySpecified: false
} },
exclude: [
/node_modules\/@plotly\/mapbox-gl/,
],
}, },
{ {
test: /\.(t|j)sx?$/, test: /\.(t|j)sx?$/,