Skip to content

Fix warnings in webpack console #62

Open
@tmptrash

Description

@tmptrash
47:15-28 Critical dependency: the request of a dependency is an expression
 @ ./common/src/plugins/Plugins.js
 @ ./client/src/manager/Plugins.js
 @ ./client/src/manager/Manager.js
 @ ./client/src/App.js

WARNING in ./node_modules/ws/lib/BufferUtil.js
Module not found: Error: Can't resolve 'bufferutil' in 'C:\db\projects\jevo.js\node_modules\ws\lib'
 @ ./node_modules/ws/lib/BufferUtil.js 35:21-42
 @ ./node_modules/ws/lib/Receiver.js
 @ ./node_modules/ws/index.js
 @ ./server/src/server/Server.js
 @ ./client/src/manager/plugins/client/ClientSpec.js
 @ ./client/src/manager/plugins ^\.\/.*$
 @ ./client/src/manager/Plugins.js
 @ ./client/src/manager/Manager.js
 @ ./client/src/App.js

WARNING in ./node_modules/ws/lib/Validation.js
Module not found: Error: Can't resolve 'utf-8-validate' in 'C:\db\projects\jevo.js\node_modules\ws\lib'
 @ ./node_modules/ws/lib/Validation.js 10:22-47
 @ ./node_modules/ws/lib/Receiver.js
 @ ./node_modules/ws/index.js
 @ ./server/src/server/Server.js
 @ ./client/src/manager/plugins/client/ClientSpec.js
 @ ./client/src/manager/plugins ^\.\/.*$
 @ ./client/src/manager/Plugins.js
 @ ./client/src/manager/Manager.js
 @ ./client/src/App.js

WARNING in ./client/dist/index.html
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
| <!doctype html>
| <html lang="en">
| <head>
 @ ./client ^\.\/.*$
 @ ./client/src/manager/plugins/client/Plugins.js
 @ ./client/src/manager/plugins ^\.\/.*$
 @ ./client/src/manager/Plugins.js
 @ ./client/src/manager/Manager.js
 @ ./client/src/App.js

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions