-
### What happened?
The new refactoring of the EFs with dynamic imports #2034 breaks IDEs static analysis for imports. The dynamic imports work fine at runtime.
# PyCharm
# VSCode
…
-
# 🙋 feature request
Our website uses a CDN for all static assets, as a result the static asset domain is different from the site (HTML)'s domain.
We also implemented a service worker to …
-
# Bug report
**What is the current behavior?**
Replacing a static string to a variable string in the dynamic import path change build time and change the size of the resulting build files.
Th…
-
It appears that dynamic imports:
[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referenc…
-
We have a reasonably large application, so we are converting much of our code to use Dynamic Imports in Meteor. We're getting a warning from Iron Router on our routes:
`Route dispatch never rendered…
-
**The problem that you want to solve.**
Issue reported here: https://github.com/snowpackjs/snowpack/discussions/2840
We should be able to transform:
```
import(`../locales/${langCode}.json`);
…
-
### Feature Use Case
Currently, Rollup chases imports eagerly. However, if a dynamic import is located in a function that later gets shaken out, it was "all for nothing". Rollup could chase dyn…
-
Currently, the only thing allowed to go inside `import()` is a StringLiteral, like `import("some-thing")`. This was the most conservative choice to begin with and it ensures we can always statically t…
-
Imports using a ` instead of " or ' will throw an error
example:
```js
import(`./something.js`);
```
Error thrown:
```
TypeError: Cannot read property 'replace' of undefined
```
-
When writing a simple test with the recommended config, I get a 404 on dynamic imports. Likely the actual files get moved after compiling, but the dynamic chunks are not actually moved?
Is this a k…