Notes on using webpack in the readme
See original GitHub issueAre 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:
- Created 7 years ago
- Comments:7 (1 by maintainers)
Top 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 >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
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 😃
👍 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: