]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - README.md
Bumping version number to 1.1.0
[github/fretlink/purs-loader.git] / README.md
index ed25296bea7ea348f8ad83b92d6a053fa6b2ba24..9e887dcab3b2f3c5fed0bb08d05a6e802289b1c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,6 +37,10 @@ const webpackConfig = {
 }
 ```
 
+Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for a more detailed example.
+
+### Options
+
 Default options:
 
 ```javascript
@@ -45,6 +49,7 @@ Default options:
   pscArgs: {},
   pscBundle: 'psc-bundle',
   pscBundleArgs: {},
+  pscIde: false, // instant rebuilds using psc-ide-server (experimental)
   pscIdeColors: false, // defaults to true if psc === 'psa'
   bundleOutput: 'output/bundle.js',
   bundleNamespace: 'PS',
@@ -61,3 +66,8 @@ Default options:
   ],
 }
 ```
+
+### Instant rebuilds (experimental)
+
+Experimental support for instant rebuilds using `psc-ide-server` can be enabled
+via the `pscIde: true` option.