diff --git a/README.md b/README.md index f7832a90b..bd6f4f6eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # modules-webpack -## Goal - As developer you want to reuse existing code. As with node.js and web all file are already in the same language, but it is extra work to use your code with the node.js module system and the browser. The goal of `webpack` is to bundle CommonJs modules into javascript files which can be loaded by `