aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a47a803ab2..71d9828e24 100644
--- a/Makefile
+++ b/Makefile
@@ -479,7 +479,7 @@ js: node-check fomantic $(JS_DEST)
$(JS_DEST): node_modules $(JS_SOURCES)
npx eslint web_src/js webpack.config.js
- npx webpack
+ npx webpack --hide-modules --display-entrypoints=false
.PHONY: fomantic
fomantic: node-check $(FOMANTIC_DEST_DIR)