-
The `dynamic-import` package does not work with a client-only app, so we need to bundle all imports while building statically.
A similar approach is done by `bundle-visualizer`. I could provide a P…
-
Version: Deno 2.0.3 and 1.30.0
It looks like building a dep_analysis_cache doesn't release memory used when building the cache.
Reproducible example: https://github.com/heypiotr/deno-dep-analysi…
-
**Describe the bug**
When building we get the message ` Dynamic import can only be transformed when transforming ES modules to AMD, CommonJS or SystemJS.`
**To Reproduce**
1. install
2. run buil…
-
Same "issue" as the CSS flavor of the issue, except CSS can be flagged with ?inline to skip the issue (as you noted). The issue is unnecessary fetch() calls that consistently fail to load the register…
-
### Bug Report Quick Checklist
- snowpack: `3.1.2`
- npm: `6.14.11`
- OS: `macOS Catalina 10.15.7`
- node: `14.14.0`
### Describe the bug
Snowpack doesn't resolve dynamic imports:
```js…
-
I'd like to execute code using the sandbox example, but am running into an issue. I want to allow exec'd code to import packages, but if I don't import packages in the host script, the guest code won'…
-
Hi
[Index.ts uses dynamic importing](https://github.com/spring-media/aws-lambda-router/blob/master/index.ts#L73) to dynamically load only the processors that are needed.
This causes problems wit…
-
# webpack 之 dynamic imports
说一下背景,事情是这样的公司用的是 Vue,正常的 vue-router 路由的写法应该是这样的:
```js
import Home from '../views/Home.vue'
const routes = [
{
path: '/',
name: 'Home',
component: Home
…
-
Hi, thank you for this super useful library,
Have you played with adding the ability for the library to also deal with dynamic imports?
I'm using the feature provided by Webpack, which when passed…
-
## 问题
使用 webpack 构建, 动态去加载 css 时,为什么使用 `import()` 会报错,使用 `System.import()` 可以?
```
$ webpack => 2.6.1
```
![dynamic-load-css-file](http://otajtdt6z.bkt.clouddn.com/dynamic-load-css-file.png)
…