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.

Code splitting doesn't work with this plugin

See original GitHub issue

When I add this plugin when code splitting with import('./ModuleA') doesn’t work((( But If I change import code to System.import all work perfectly. You known how I can fix it?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

3reactions
ljharbcommented, Jan 20, 2018

This plugin is for node only; why would you be doing code splitting on server-only code?

0reactions
wenjoycommented, Sep 11, 2019

Thanks. Make sense.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Code splitting doesn't work when plugins resolve imports in ...
Rollup seems to be using resolved import paths as keys without normalizing them, rollup-plugin-typescript2 uses typescript's resolver and ...
Read more >
Browser extension is not working with code-splitting
I have cross-browser extension (currently running it on Chrome and Firefox) build with typescript and compiled with webpack. I wanted to use  ......
Read more >
Code Splitting - webpack
This feature allows you to split your code into various bundles which can then be loaded on demand or in parallel. It can...
Read more >
Code Splitting in React – Loadable Components to the Rescue
Code splitting is a way to split up your code from a large file into smaller code bundles. These can then be requested...
Read more >
Webpack 4: Universal Code Splitting in React | by Zack Jackson
So, how did we solve this? Pretty much, extract-css-chunks-webpack-plugin was the main issue… We needed a Webpack 4 solution to CSS chunking. We...
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