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.

Add CommonsChunkPlugin support

See original GitHub issue

I’m using react-boilerplate, when I add carte-blanche and I visit /carte-blanche I get

Uncaught ReferenceError: webpackJsonp is not defined

How can I fix it?

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
mxstbrcommented, Jun 7, 2016

Not yet fixed, we’re on it!

1reaction
mxstbrcommented, Jun 12, 2016

Ah, forgot to push the tag, my bad! Thanks for reminding me, it’ll be right there…

EDIT: The release is now on Github too, thanks again!

Read more comments on GitHub >

github_iconTop Results From Across the Web

CommonsChunkPlugin - webpack
The CommonsChunkPlugin is an opt-in feature that creates a separate file (known as a chunk), consisting of common modules shared between multiple entry ......
Read more >
Webpack 4 migration CommonsChunkPlugin - Stack Overflow
I need help migrating the following code from webpack ...
Read more >
webpack.CommonsChunkPlugin JavaScript and Node.js code ...
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to...
Read more >
Can CommonsChunkPlugin add excludes support? #1943
so, is it possible the CommonsChunkPlugin plugin add excludes argument to exclude some files from the output common files?
Read more >
webpack bits: Getting the most out of the ... - Medium
This time we talk CommonsChunkPlugin() ... Install webpack-bundle-analyzer , generate a fancy colorful image of all of your bundles, ...
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