HarshBarash

Webpack 5

Feb 26th, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 2.31 KB | None | 0 0
  1. -> Build
  2. remote:        Running build (yarn)
  3. remote:        yarn run v1.22.10
  4. remote:        $ webpack --mode production
  5. remote:        assets by status 0 bytes [cached] 1 asset
  6. remote:        
  7. remote:        ERROR in main
  8. remote:        Module not found: Error: Can't resolve './src' in '/tmp/build_c9c1f5ec'
  9. remote:        resolve './src' in '/tmp/build_c9c1f5ec'
  10. remote:          using description file: /tmp/build_c9c1f5ec/package.json (relative path: .)
  11. remote:            Field 'browser' doesn't contain a valid alias configuration
  12. remote:            using description file: /tmp/build_c9c1f5ec/package.json (relative path: ./src)
  13. remote:              no extension
  14. remote:                Field 'browser' doesn't contain a valid alias configuration
  15. remote:                /tmp/build_c9c1f5ec/src doesn't exist
  16. remote:              .js
  17. remote:                Field 'browser' doesn't contain a valid alias configuration
  18. remote:                /tmp/build_c9c1f5ec/src.js doesn't exist
  19. remote:              .json
  20. remote:                Field 'browser' doesn't contain a valid alias configuration
  21. remote:                /tmp/build_c9c1f5ec/src.json doesn't exist
  22. remote:              .wasm
  23. remote:                Field 'browser' doesn't contain a valid alias configuration
  24. remote:                /tmp/build_c9c1f5ec/src.wasm doesn't exist
  25. remote:              as directory
  26. remote:                /tmp/build_c9c1f5ec/src doesn't exist
  27. remote:        
  28. remote:        webpack 5.24.2 compiled with 1 error in 215 ms
  29. remote: error Command failed with exit code 1.
  30. remote:        info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  31. remote:
  32. remote: -----> Build failed
  33. remote:        
  34. remote:        We're sorry this build is failing! You can troubleshoot common issues here:
  35. remote:        https://devcenter.heroku.com/articles/troubleshooting-node-deploys
  36. remote:        
  37. remote:        Some possible problems:
  38. remote:        
  39. remote:        - Node version not specified in package.json
  40. remote:          https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
  41. remote:        
  42. remote:        Love,
  43. remote:        Heroku
  44. remote:        
  45. remote:  !     Push rejected, failed to compile Node.js app.
  46. remote:
  47. remote:  !     Push failed
  48. remote: Verifying deploy...
  49.  
Advertisement
Add Comment
Please, Sign In to add comment