jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

ReferenceError #11

Closed saun4app closed 7 years ago

saun4app commented 7 years ago

@jlengstorf, thank you very much for creating this great rollup tutorial.

I did not find a way to resolve this error: Uncaught ReferenceError: d3 is not defined, using rollup-plugin-node-resolve and rollup-plugin-commonjs as instructed in your tutorial for avoiding the same error with debug.

I would appreciate any pointers to get around this error (https://github.com/saun4app/hello-d3-es6-rollup).

Thank you very much.

jlengstorf commented 7 years ago

This issue doesn't have anything to do with this repo. I did spot your problem, though, so I sent a pull request to the repo.

saun4app commented 7 years ago

@jlengstorf, thank you for help and prompt action. Sorry, I did not mean to imply that the error caused by learn-rollup.

jlengstorf commented 7 years ago

No worries. Happy to help. :)