3.0.0-beta.1
Pre-release
Pre-release
Breaking
- The default option values for
pscandpscBundleare nownull. In this case, the loader will default to thepurscommand and add the appropriate argument;compileandbundle, respectively. If your webpack configuration options for the loader set specific values please take note of this change. - When
pscPackageis set totrueand the configured package set is not found, then an error will be thrown indicating this failure. - The result of
psc-package sourceis now cached. This should not be an impacting change since the cache is cleared each time the webpack bundle is invalidated.
PRs
- #93 Support for PureScript 0.11