-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Milestone
Description
Describe the bug
In the automaton widget, it seems as if the "warningIgnorePattern" in the editing-config.json only applies to warnings produced by the widget itself, not those of dependencies.
To Reproduce
Steps to reproduce the behavior:
- Open the folder of the automaton widget and build it.
- Notice how even though "warningIgnorePattern" is set to "development", the warning "You're running a development build." thrown by vis.js dependencies appears when building the widget.
- Insert
console.warn("hello development")somewhere in the code and notice how this warning is indeed ignored.
Desktop (please complete the following information):
- OS: Windows 11
- WebWriter Version 1.9.3
Metadata
Metadata
Assignees
Labels
No labels