aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 034dac0..cc4373e 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,8 @@ const loaderConfig = {
59 pscIdeClient: null, // purs ide client 59 pscIdeClient: null, // purs ide client
60 pscIdeClientArgs: {}, // for example, to use different port {port: 4088} 60 pscIdeClientArgs: {}, // for example, to use different port {port: 4088}
61 pscIdeServer: null, // purs ide server 61 pscIdeServer: null, // purs ide server
62 pscIdeServerArgs: {}, // for example, to change the port { port: 4088 } 62 pscIdeServerArgs: {}, // for example, to change the port {port: 4088}
63 pscIdeRebuildArgs: {} // for example, for sourcemaps {codegen: ['js', 'sourcemaps']}
63 pscIdeColors: false, // defaults to true if psc === 'psa' 64 pscIdeColors: false, // defaults to true if psc === 'psa'
64 pscPackage: false, 65 pscPackage: false,
65 bundleOutput: 'output/bundle.js', 66 bundleOutput: 'output/bundle.js',