Skip to content

Commit

Permalink
Added readme and webpack build into NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
aelnonym committed May 23, 2019
1 parent d61e4d0 commit 44d0693
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Nothing to see here
SRC: https://webpack.js.org/guides/getting-started
# Webpack Playground
Doing tutorials and etc
Source: https://webpack.js.org/


### To-do
- [x] [Getting Started](https://webpack.js.org/guides/getting-started)
- [ ] [Asset Management](https://webpack.js.org/guides/asset-management)
- [ ] Basic Concepts
- [ ] Configuration


3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 44d0693

Please sign in to comment.