Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

No script command created on Windows 10 #181

@Legends

Description

@Legends
  • Operating System:
  • Node Version: v12.13.0
  • NPM Version: 5.8.0, but I am using yarn (v1.7.0) not npm
  • webpack Version: "webpack": "^4.41.5"
  • @webpack-contrib/defaults Version: "@webpack-contrib/defaults": "^6.3.0",

Expected Behavior

A created script command in package.json

Actual Behavior

nothing is created

Code

// webpack.config.js
// If your code blocks are over 20 lines, please paste a link to a gist
// (https://gist.github.com).
// additional code, HEY YO remove this block if you don't need it

package.json

{
  "name": "test",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "devDependencies": {
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "@webpack-contrib/defaults": "^6.3.0"
  },
  "dependencies": {
    "lodash": "^4.17.15",
    "tmp": "^0.1.0"
  }
}

How Do We Reproduce?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions