Skip to content

Commit

Permalink
purs-loader: Disable pscIde by default
Browse files Browse the repository at this point in the history
Seems to more stable this way

See <ethul/purs-loader#155>
  • Loading branch information
andys8 committed Aug 30, 2020
1 parent ef21114 commit 6d315f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
plugin: cracoPureScriptLoader,
options: {
spago: true,
pscIde: true,
pscIde: false,
},
},
],
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
// PureScript loader
const defaultOptions = {
spago: true,
pscIde: true,
watch: isWebpackDevServer || isWatch,
};
const pursLoader = {
Expand Down

0 comments on commit 6d315f3

Please sign in to comment.