Skip to content

Don't work with concurrently and nodemon #218

@victorgarciaesgi

Description

@victorgarciaesgi

I can't make it work with webpack --watch and concurrently

"scripts": {
    "dev": "concurrently --kill-others \"npm run clean && npm run server\" \"npm run dev-server\"",
    "server": "webpack-dashboard -- nodemon Server.js",
    "server-prod": "cross-env NODE_ENV=production nodemon Server.js",
    "dev-server": "webpack --watch --hot",
    "prod": "cross-env NODE_ENV=production npm run clean && npm run build-prod && npm run server-prod",
    "clean": "rimraf dist",
    "build-prod": "webpack --config config/webpack.config.prod.js --progress"
  },

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions