0.5.17 drops support for node 10 and webpack
See original GitHub issueThe latest version 0.5.17
has a breaking change for consumers who use webpack and are on node v10.x.
I’ve solved this by locking my version to 0.5.16
.
Error: ./node_modules/source-map-support/source-map-support.js
--
| Module not found: Error: Can't resolve 'worker_threads' in '.../node_modules/source-map-support'
| resolve 'worker_threads' in '.../node_modules/source-map-support'
| Parsed request is a module
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
webpack output dropping dependencies - node.js
I have a node project using serverless + webpack. I am having an issue where my lambda cannot find a node dependency even...
Read more >To v5 from v4 - webpack
This guide aims to help you migrating to webpack 5 when using webpack directly. ... Webpack 5 requires at least Node.js 10.13.0 (LTS),...
Read more >webpack-command - npm
The webpack-contrib org has chosen to drop support for this module and is no longer actively maintaining it. A superior CLI experience for ......
Read more >Webpack npm - Vulnerabilities & Security Analysis - Snyk
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) attacks. This can cause an impact of about 10...
Read more >https://raw.githubusercontent.com/digitalbazaar/js...
6.0.0 - 2022-06-06 ### Changed - **BREAKING**: Drop testing and support for Node.js 12.x. The majority of the code will still run on...
Read more >
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 Free
Top 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
Sorry I missed this. @LinusU thanks for fixing this!
Fixed in 0.5.18