diff --git a/README.md b/README.md index f14c58d..e736fe4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ module.exports = { plugin: cracoPureScriptLoader, options: { spago: true, - pscIde: true, + pscIde: false, }, }, ], diff --git a/index.js b/index.js index 85ce386..9e55a3f 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,6 @@ module.exports = { // PureScript loader const defaultOptions = { spago: true, - pscIde: true, watch: isWebpackDevServer || isWatch, }; const pursLoader = {