calvinmetcalf / rollup-plugin-node-builtins

138 stars 40 forks source link

Add mocks for common node libraries #22

Closed SupremeTechnopriest closed 7 years ago

SupremeTechnopriest commented 7 years ago

add mock support for:

add optional shim for:

SupremeTechnopriest commented 7 years ago

@calvinmetcalf I'll make these changes.

SupremeTechnopriest commented 7 years ago

@calvinmetcalf If you can sign off on those changes to the process requires I will tidy up. I have everything working 100% on my complex project with these changes.

SupremeTechnopriest commented 7 years ago

Hey @calvinmetcalf I created another branch with the .gitignore changes you requested. Personally I don't use global .gitignore or globally installed packages. It is my belief that everything required to contribute to a project should be encompassed inside that project. Just npm i and go. Im going to close this PR and open a new one from my other branch. I need the dist folder committed on my master branch since I'm installing from git until such time that these features are merged in.