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.

Notes on using webpack in the readme

See original GitHub issue

Are the Usage with webpack instructions in the README still applicable. I use webpack, I didn’t install/configure the imports-loader and everything works fine. To the contrary… if I install and configure the imports-loader per the instructions webpack stops working. I’m asking in case I’m overlooking something important.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
aframcommented, Nov 23, 2016

Great thanks all.

I have added a deprecation notice and will remove this section of the README in due time.

Closing this issue now, please feel free to open if needed 😃

0reactions
fkcommented, Nov 23, 2016

👍 I can confirm that things work fine without imports-loader for masonry-layout 4.x. Hunting down the original issue and trying to find a reason for why things work now, I stumbled across this comment by the Masonry author:

Masonry v4.0 and fizzy-ui-utils v2.0.1 has a fix for this issue, using the same package names for AMD and CommonJS dependencies.

Read more comments on GitHub >

github_iconTop Results From Across the Web

webpack/README.md at main - GitHub
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application...
Read more >
@mdx-js/loader - npm
This package is a webpack loader to support MDX. When should I use this? This integration is useful if you're using webpack (or...
Read more >
babel-loader - webpack
This package allows transpiling JavaScript files using Babel and webpack. Note: Issues with the output should be reported on the Babel Issues tracker....
Read more >
Using webpack for Custom Builds | ArcGIS API for JavaScript 4.9
webpack is a module bundler for JavaScript. It can basically process the code in your application and bundle it up, not only into...
Read more >
Getting Started With Webpack - Smashing Magazine
webpack is a highly extensible and configurable static module bundler for JavaScript applications. With its extensible nature, you can plug in ...
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