mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 09:27:23 -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"],
|
||||
resolve: {
|
||||
fullySpecified: false
|
||||
}
|
||||
},
|
||||
exclude: [
|
||||
/node_modules\/@plotly\/mapbox-gl/,
|
||||
],
|
||||
},
|
||||
{
|
||||
test: /\.(t|j)sx?$/,
|
||||
|
||||
Reference in New Issue
Block a user