Describe the bug
- After running init with these options
? Will you use one of the below JS solutions? No
? Will you use one of the below CSS solutions? No
The following deps gets installed.
"devDependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"html-webpack-plugin": "^3.2.0",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^4.35.2",
"webpack-dev-server": "^3.7.2",
"workbox-webpack-plugin": "^4.3.1"
}
A user might not require these deps, hence the user must be informed before proceeding further.
What is the current behavior?
This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did.
To Reproduce
Steps to reproduce the behavior:
- Run inti
- Check the package.json
Expected behavior
Ask/inform the user regarding the dependencies that that going to be installed. before installing
Let's discuss 📢
Describe the bug
The following deps gets installed.
A user might not require these deps, hence the user must be informed before proceeding further.
What is the current behavior?
This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ask/inform the user regarding the dependencies that that going to be installed. before installing
Let's discuss 📢