-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to load pug-runtime #15
Comments
Just a follow-up: I tweaked my rollup.config.js, passing |
@gabeotisbenson , thanks for your feedback. What are your versions of rollup, node, and SO ? |
No problem! rollup: 1.10.1 |
thanks, I will check it asap |
@gabeotisbenson afaik, null character is an internal indicator of some rollup feature (like skip import or smth, I'm not sure). I've faced it before with typescript plugin in similar error. Have the same issue. |
I'm attempting to use this plugin, but receive this error when I try to compile:
Here's the gist of my code, for reference:
I'm not passing any parameters into the pug plugin, and so I'm not sure what's going wrong.
The text was updated successfully, but these errors were encountered: