diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..fe3240a43 --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +/node_modules +/test/js +/test/browsertest/js +/examples +README.md \ No newline at end of file diff --git a/README.md b/README.md index 4a7b7564d..54056b9eb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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 `