X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=9e887dcab3b2f3c5fed0bb08d05a6e802289b1c0;hb=e2b840779a66339d32ae7068c36e15a9aa041f61;hp=ed25296bea7ea348f8ad83b92d6a053fa6b2ba24;hpb=7de41f10b4ff0f0d6b45d59bee0f166c3cfe3f9f;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/README.md b/README.md index ed25296..9e887dc 100644 --- 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.