diff --git a/README.md b/README.md index 2d1f308..38c2ae1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# Nothing to see here -SRC: https://webpack.js.org/guides/getting-started \ No newline at end of file +# 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 + + \ No newline at end of file diff --git a/package.json b/package.json index 75cc8ce..9430cc0 100644 --- a/package.json +++ b/package.json @@ -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",