question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.11.9 breaks in Webpack

See original GitHub issue

We 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:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Haroenvcommented, May 17, 2017

v1.11.10 is now available, with the correct files!

2reactions
Haroenvcommented, May 17, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found