Replies: 1 comment 2 replies
-
|
Seems the error says your issue is in If you're writing in ESM, your code is inherently strict (you can't turn it off). The |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm trying to run pkgroll on a codebase but I'm getting stuck due to this error:
I'm not really sure which file is causing the problem since there are so many that use
deletekeyword. The log doesn't tell about a specific file.For one thing, I want the build to work regardless of that. I was trying to pass an option to rollup to not be strict. https://rollupjs.org/configuration-options/#output-strict
But it doesn't seem there is a way to do that. Does anyone know?
Beta Was this translation helpful? Give feedback.
All reactions