aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add option to include Spago sources (#126)Daniel Harvey2019-06-021-3/+11
|
* Sourcemaps for ide rebuild (#118)eric2019-01-201-1/+2
| | | Resolves #116
* Add options for ide commandseric thul2017-04-241-1/+3
|
* Update READMEeric thul2017-04-231-2/+2
|
* Support for PureScript 0.11eric thul2017-04-231-1/+4
| | | | Resolves #89
* Rephrase troubleshoting "Error `spawn ENOENT`"cyrbon2017-02-251-7/+7
|
* Add troubleshooting "Error spawn ENOENT"cyrbon2017-02-251-0/+17
|
* Update README for error reportingeric thul2017-02-201-4/+27
|
* Fix typo in READMEeric thul2017-02-191-1/+1
|
* Add a watch optioneric thul2017-02-191-0/+1
| | | | | | | | | | | | | Similar to the way psc-ide support works, the purs-loader now tolerates compiler errors when the `watch` option is true. When webpack is being run in watch mode the user can set `watch` to true in order to avoid failing the webpack bundle creation when the PureScript compiler fails. Resolves issue #66 Resolves issue #73 Resolves issue #74
* Small update to READMEeric thul2017-02-121-5/+4
|
* initial psc-package support (#82)Andrei Dziahel2017-02-121-3/+9
| | | | | | | | | | | | | | | | | | | | * Extract deps path * Initial psc-package support * index.js: `pscPackage` and `src` incompatibility warning * index.js: make use of user-provided options * index.js: make use of user-provided options: now for pscIdeColors * index.js: remember depsPaths call result * index.js: implemented appending user src paths with psc-packages' * README.md: sync changes of pscPackage behavior Also reflect pscPackage support in "Default options" section
* Add information about potentially slowing down webpack startupMichal Kozakiewicz2017-01-091-1/+15
|
* Add psc-ide-server arguments and pass src to psc-ide-serverMichal Kozakiewicz2017-01-061-0/+1
|
* Clarify dist-tagseric thul2016-11-121-6/+2
|
* Update wording in READMEeric thul2016-11-051-1/+1
|
* Add info about possibility to connect to existing `psc-ide-server`Tomasz Rybarczyk2016-11-051-0/+1
|
* Add pscIdeArgs to default options list in README.mdTomasz Rybarczyk2016-11-051-0/+1
|
* Update README for PureScript 0.10eric thul2016-11-051-0/+2
|
* Bumping version number to 2.0.0-rc.12.0.0-rc.1eric thul2016-06-121-0/+4
|
* Bumping version number to 2.0.0-rc.0eric thul2016-06-041-7/+4
| | | | | | | | | Adds support for PureScript 0.9.1 and newer (purescript/purescript#2151) The `next` tag on NPM points to this pre-release. Also note that `peerDependencies` has been removed (npm/npm#8854). Resolves #54
* Bumping version number to 1.0.01.0.0eric thul2016-06-031-1/+1
|
* Bumping version number to 1.0.0-rc.01.0.0-rc.0eric thul2016-05-211-1/+3
|
* Disable instant psc-ide rebuilds by default.Alex Mingoia2016-05-121-0/+8
| | | | Using psc-ide-server is experimental and there may be bugs or edge-cases.
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-3/+49
| | | | | | | - Remove dependence on purescript-webpack-plugin - Fixes double-compilation issue by loading compiled JS instead of adding dependency. - Uses `psc-ide-server` for fast rebuilds.
* Extracting out the exampleeric thul2016-03-131-33/+1
|
* Handle optional bundling by the compilereric thul2016-03-081-6/+0
| | | | Resolves ethul/purescript-webpack-plugin#9
* Updating bundle output option nameeric thul2015-12-251-1/+1
|
* Splitting PSC functionality into a separate plugineric thul2015-12-251-56/+13
| | | | | | | | The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32
* Remove `require-path`, use relative paths for PSNathan Faubion2015-11-021-8/+1
| | | | | | | | Fixes #15 Removes the `require-path` option and fixes it to '../'. When generating the temporary module for Webpack, use a relative path to the output directory so it doesn't need to be in `modulesDirectories`.
* Generate .psci fileeric thul2015-07-061-0/+4
| | | | Resolves #11
* Updating for PureScript 0.7eric thul2015-07-061-1/+49
| | | | Resolves #14
* Additional loader optionseric thul2015-05-141-12/+35
| | | | | | | | | | | Adds the `psc-make` options `comments` and `no-prefix`. Also, an internal option `src` has been added that is used to specify the source paths of `PureScript` files that will be globbed for compilation. By default the `bower_components` path is globbed, but the loader requires that the source paths be provided for the user's code. Resolves #12
* Updating example and adding publishingeric thul2015-04-121-1/+1
| | | | Resolves #7
* Updating READMEeric thul2015-01-171-24/+1
|
* Removing --runtime-type-checkseric thul2014-11-201-2/+0
| | | | Resolves issue #1
* Updating READMEeric thul2014-09-221-3/+1
|
* Implementation of the loadereric thul2014-09-221-0/+57