You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've set up an example project with pulp init with purs version 13 and pulp version 13.0.0 to try to get purs-loader to work. It compiles with no errors but the bundled code does not execute anything. These are my devDependecies in package.json:
That worked! Just now I realized that the example in purescript-webpack-example is written this way, I'm sorry...
But if I can ask, why does it have to be this way? When using pulp we just have to declare main as a function that returns a Effect Unit, without having to use unsafePerformEffect.
Hi! I've set up an example project with
pulp init
with purs version 13 and pulp version 13.0.0 to try to get purs-loader to work. It compiles with no errors but the bundled code does not execute anything. These are mydevDependecies
inpackage.json
:I'm using the
webpack.config.js
from thepurescript-webpack-example
repository.The project contains just a simple hello world log statement, but if you want to take a look I created this repository.
The text was updated successfully, but these errors were encountered: