1.11.9 breaks in Webpack
See original GitHub issueWe noticed our builds breaking this morning with the error
Module not found: Error: Cannot resolve module 'instantsearch.js'
Upon noticing there was a new release we found our package.json was set to install major releases and had installed 1.11.9.
Reverting to 1.8.13 fixed the error.
I’m somewhat a novice in Webpack so let me know if you need any other details.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Code Splitting - webpack
Code splitting is one of the most compelling features of webpack. This feature allows you to split your code into various bundles which...
Read more >Micro Frontends Using Webpack 5 Module Federation
Webpack is a well-established static module bundler for modern JavaScript applications. ... You might be breaking the Rules of Hooks
Read more >webpack - npm
Introduction. Webpack is a bundler for modules. The main purpose is to bundle JavaScript files for usage in a browser, yet it is...
Read more >Upgrading tips for Angular 10 projects - The NativeScript Blog
1. Update package.json · Updated package. · Remove platforms version from nativescript section, but keep id property. · Delete webpack. · Run npm...
Read more >Images in CSS (file-loader) - SymfonyCasts
Even better, if you make a mistake - like a typo - you'll actually see a Webpack build error. There's no way to...
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 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
v1.11.10 is now available, with the correct files!
Thanks a lot, we happened to find the error and 1.11.10 will be deployed with the fix in a few minutes
cc @iam4x