Skip to content
Snippets Groups Projects
Unverified Commit 0a8eaab3 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

Suppress bundle size warnings for the static visualizations bundle (#18991)

parent 449d5d3b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ module.exports = {
mode: "production",
context: SRC_PATH,
performance: {
hints: false,
},
entry: {
"lib-static-viz": {
import: "./static-viz/index.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment