Example project using PureScript with webpack that illustrates a configuration geared towards fast rebuilds.
The main parts to the configuration are enabling pscIde in the
purs-loader configuration, and using webpack's
DllPlugin
to delegate to pre-built external modules.
To get the example up and running, please run the following commands.
npm install # yarn may also be used for this step
bower install
npm run webpack:dll
npm run webpack-dev-serverThe example will then be available in browser at http://localhost:4008/.