-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
The usage of require throws this warning:
WARNING in .//angular-websocket/angular-websocket.min.js/angular-websocket/angular-websocket.min.js 1:5077-5084
Critical dependencies:
1:5077-5084 require function is used in a way in which dependencies cannot be statically extracted
@ ./
(and a lot of other ones)
in the source file:
line 348: if (typeof exports === 'object' && require) {
basically webpack expects require to have parameters and without it, it tries to include all files in the directory.
Metadata
Metadata
Assignees
Labels
No labels