mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
fix: webpack missing source-map warning for @plotly/msgbox-gl (#7522)
This commit is contained in:
@@ -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?$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user