From 87145c4d29e9ab45d04c62d19e8697527728549f Mon Sep 17 00:00:00 2001 From: eric thul Date: Tue, 8 Mar 2016 21:58:55 -0500 Subject: Handle optional bundling by the compiler Resolves ethul/purescript-webpack-plugin#9 --- README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e1ce2f..e93e969 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@ This loader works in conjunction with the [PureScript webpack plugin](https://np npm install purs-loader --save-dev ``` -## Options - -###### `bundleOutput` (String) - -Relative path to the bundled JavaScript file generated by the `PurescriptWebpackPlugin`. The default value is `output/bundle.js`. - ## Example ```js -- cgit v1.2.3