]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - src/ide.js
Sourcemaps for ide rebuild (#118)
[github/fretlink/purs-loader.git] / src / ide.js
index 00de55b5a17ec7b78f97b82629610247a729c395..d3707a40ac4eecb88f50350eb1e6a691edbe3c38 100644 (file)
@@ -202,9 +202,9 @@ module.exports.rebuild = function rebuild(psModule) {
 
   const body = {
     command: 'rebuild',
-    params: {
+    params: Object.assign({
       file: psModule.srcPath,
-    }
+    }, options.pscIdeRebuildArgs)
   };
 
   const parseResponse = response => {