Replies: 1 comment 2 replies
-
trying out this new GitHub "discussions" feature since you filed an issue but there's probably nothing wrong with rules_nodejs. Historically we've only done user support on Slack but this seems worth trying ;) I would suggest you bisect it. You're upgrading over more than a year of changes. Try getting to 1.0 first. Then you'll figure out exactly which version upgrade is causing you problems, and can look through the changelog in more detail for that revision. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am updating rules_nodejs version from 0.36.0 to latest 2.3.1.
I have gone through all change log and https://github.com/bazelbuild/rules_nodejs/wiki#migrating-off-build_bazel_rules_nodejsdefsbzl,
Currently, I have made below changes
enable_code_splitting = False
Still, I am facing issue with,
missing input file bundle.es2015.js
and[!] Error: The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
how can I fix this error?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions