Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

318
Views
El análisis del módulo falló: token inesperado (41:41) Es posible que necesite un cargador adecuado para manejar este tipo de archivo

ingrese la descripción de la imagen aquí

Paquete.json

 { "name": "frontend", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "bootstrap": "^5.1.3", "isomorphic-fetch": "^3.0.0", "next": "12.0.7", "react": "^17.0.2", "react-dom": "^17.0.2", "reactstrap": "^9.0.1", "babel-minify-webpack-plugin": "^0.3.0", "extract-text-webpack-plugin": "^3.0.2", "install": "^0.10.4", "npm": "^5.6.0" }, "devDependencies": { "@babel/preset-react": "^7.16.7", "eslint": "8.6.0", "eslint-config-next": "12.0.7", "babel-core": "^6.26.0", "babel-loader": "^7.1.3", "babel-preset-es2015": "^6.24.1", "css-loader": "^0.28.10", "style-loader": "^0.20.2", "webpack": "^4.0.0" } }
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

La salida de su consola indica que Webpack no comprende algún tipo de archivo que está tratando de usar en su aplicación. Un webpack.config.js típico puede verse así:

 module.exports = { module: { rules: [ { test: /\.jsx/, loader: "babel-loader", }, ], }, }

Esto le dice a Webpack que maneje archivos .jsx con el cargador "babel-loader".

Parece que olvidó proporcionar un cargador para el tipo de archivo que usó en SigninComponent.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!