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

182
Views
¿Por qué webpack procesa mi carpeta node_modules?

... a pesar de que mi archivo de configuración le dice que no lo haga. Es un archivo simple que solo maneja algunos tipos de archivos como se ve a continuación. Estoy usando webpack 5.7.0, la última versión actual.

 const jsx = { test: /\.jsx?/, exclude: /node_modules/, use: { loader: 'babel-loader', options: { presets: ['@babel/preset-react'] } } }; const file_types = { rules: [ jsx ] }; const entry = '/Users/c/top/tiny/index.jsx'; const output = { filename: 'bundle.js', path: '/Users/c/top/tiny/dist' }; const config_obj = { entry: entry, output: output, module: file_types }; module.exports = (env) => { return config_obj; };
about 4 years ago · Juan Pablo Isaza
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!