-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fp ts bare import #137
fp ts bare import #137
Conversation
will look into it a bit later, time short right now |
ah, just had some stray files in my directory, |
I just emulated what was going on in |
|
be19b60
to
3b87033
Compare
Ready for review @gcanti ! |
Thanks @osdiab |
As of gcanti/fp-ts#1241 we can import directly from
fp-ts
to allow the bundler to decide which bundle to use. This applies the same build structure and output asfp-ts
.ES6 and lib folders are placed in a
dist/
directory, each module has its ownpackage.json
declaringmain
,module
, andtypings
.