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

121
Views
My webpack compiled successfully but server not found

i'm setting up a React Webpack from scratch, webpack-dev-server is running normally, but the page is not load. I don't know which part is wrong. Please help if you know how to fix it. appreciate.

error: Failed to load resource: the server responded with a status of 404 (Not Found) Please help.

  "scripts": {
    "serve": "webpack serve --mode development"
  },
const path = require('path');

module.exports = {
  output: {
    path: path.join(__dirname, '/dist'),
    filename:'index.bundle.js',
  },
  devServer: {
    port:3010,
    static: true,
  },
  module: {
    rules: [
      {
        test:/\.(js|jsx)$/,
        exclude:/node_modules/,
        use: {
          loader: 'babel-loader'
        }
      },
      {
        test: /\.scss$/,
        use:[
          'style-loader',
          'css-loader',
          'sass-loader'
        ]
      }
    ]
  }
}
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!