-
Since we do not use babel w/ the happo-typescript-plugin the solution for #32 does not work. I still get this error:
This can be fixed in babel@7 with the typescript babel plugin. It might also be …
-
I'm trying to use `mock-fs` to unit test code which uses [ES6 dynamic imports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports).
There seems to a…
-
Basically if something is going to import files dynamically (like lazy loading a module) the imports are not replaced on those.
For those cases the import of npm libraries will fail.
Generating an i…
-
## IS
In the production build, css required by dynamically imported (lazy) components is ignored during server rendering, resulting in flashes of unstyled content.
## SHOULD
The html rendered…
-
Hi,
We are currently using GoodData Cloud, and we've encountered an issue with the @gooddata/sdk-backend-tiger package, which is only available as an ESM export.
Unfortunately, we cannot use it …
-
Given feedback from https://bugs.chromium.org/p/chromium/issues/detail?id=1195405#c9
In my opinion, HTML spec should also stop demanding to cache failed dynamic imports.
---
The rationale of …
-
Minor style change, similar to the native [prefer-destructuring](https://eslint.org/docs/rules/prefer-destructuring), but for `default`.
## 👎
```js
const confetti = (await import('confetti')).…
-
Instead of such syntax:
```js
const partOfLibName = 'part1';
const myLib = require(partOfLibName + 'LibName');
```
Please, use such one:
```js
cosnt myLib1 = require('part1LibName');
cosnt m…
-
### Project Dependencies
```
+-- @vue/compiler-sfc@3.0.0
+-- axios@0.19.2
+-- browser-sync@2.26.12
+-- browser-sync-webpack-plugin@2.2.2
+-- cross-env@7.0.2
+-- laravel-mix@5.0.5
+-- laravel-m…
-
We need to create a dynamic library in C or C++ that executes a callback every 1 second. The callback should be defined within the scope of the program that imports the library. We are investigating t…