<!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack. --> - 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 <!-- Remove this section if not reporting a bug or modification request. --> ### Actual Behavior nothing is created <!-- Remove this section if not reporting a bug or modification request. --> ### Code ```js // webpack.config.js // If your code blocks are over 20 lines, please paste a link to a gist // (https://gist.github.com). ``` ```js // 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? <!-- Remove this section if not reporting a bug. If your webpack config is over 50 lines long, please provide a URL to a repo for your beefy 🍖 app that we can use to reproduce. -->
Expected Behavior
A created script command in package.json
Actual Behavior
nothing is created
Code
// additional code, HEY YO remove this block if you don't need itpackage.json
How Do We Reproduce?