From 9f398b64af9025e146362a6cf7a2817255700337 Mon Sep 17 00:00:00 2001 From: eric thul Date: Sat, 17 Jan 2015 16:28:34 -0500 Subject: Updating README --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 630f82e..dcbedf2 100644 --- a/README.md +++ b/README.md @@ -27,27 +27,4 @@ npm install purs-loader --save-dev ## Example -```js -var path = require('path'); - -module.exports = { - entry: './src/test', - output: { - path: path.join(__dirname, 'dist'), - filename: 'app.js' - }, - module: { - loaders: [{ - test: /\.purs$/, - loader: 'purs-loader?no-prelude&output=output' - }] - }, - resolve: { - modulesDirectories: [ - 'node_modules', - 'web_modules', - 'output' - ] - } -}; -``` +See the [example](https://github.com/ethul/purs-loader/tree/topic/bower-components/example) directory for a complete example. -- cgit v1.2.3