You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
./node_modules/image-size/dist/index.js 42:31
Module parse failed: Unexpected token (42:31)
File was processed with these loaders:
./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| const size = index_1.typeHandlers[type].calculate(input, filepath);
| if (size !== undefined) {
Describe the bug
./node_modules/image-size/dist/index.js 42:31
Module parse failed: Unexpected token (42:31)
File was processed with these loaders:
You may need an additional loader to handle the result of these loaders.
| const size = index_1.typeHandlers[type].calculate(input, filepath);
| if (size !== undefined) {
| return size;
| }
To Reproduce
[email protected]
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
Add any other context about the problem here. Log entries related to the issue are good things.
The text was updated successfully, but these errors were encountered: