[errors] `UMBRELLA_ASSERTS` breaking skypack CDN imports
See original GitHub issueThe new UMBRELLA_ASSERTS
environment variable seems not recognized by skypack’s build system, thus breaking its imports. Here is a demo, using <script type="module" src="https://cdn.skypack.dev/@thi.ng/errors"></script>
results in
TypeError: undefined is not an object (evaluating 'process.env.UMBRELLA_ASSERTS')
looks like process
is defined but not process.env
, maybe adding another check for that or there is some way to work around?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Amazing & will do! Thank you again, as always!
Okay, fixed & released the expose pkg too now!