Skip to content

Commit 40835c8

Browse files
committed
Update: npm i -D webpack-cli & gitignore bundle.js
1 parent 4541cd8 commit 40835c8

File tree

3 files changed

+270
-1
lines changed

3 files changed

+270
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
.DS_Store
2+
.DS_Store
3+
bundle.js

package-lock.json

+267
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"devDependencies": {
3030
"nodemon": "^2.0.2",
3131
"webpack": "^4.41.5",
32+
"webpack-cli": "^3.3.10",
3233
"webpack-dev-server": "^3.10.1"
3334
}
3435
}

0 commit comments

Comments
 (0)