I started having this warning when using this package:
(node:2965) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///workspace/node_modules/@prostojs/cli-help/dist/cli-help.esm-bundler.js is not specified and it doesn't parse as CommonJS.
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
To eliminate this warning, add "type": "module" to /workspace/node_modules/@prostojs/cli-help/package.json.
(Use `node --trace-warnings ...` to show where the warning was created)
COMMANDS
Can we have it published as module?
Thanks!
I started having this warning when using this package:
Can we have it published as module?
Thanks!