-
## 🐛 Bug Report
Under TypeScript Node 16 module resolution (has `type: module` in the `package.json` and `moduleResolution: Node16` in `tsconfig.json`), this package cannot be imported correctly.
…
-
We currently do not hash the assets built by webpack. This may lead to serving up of old assets after a new release.
e.g.
Ana Belgun 11:47 AM
when I click on Buildings group it doesn't expand
11:47
…
-
Hey I just whipped up a quick experiment to see if I get your Gem going with a webpack config.
I ran `rails newApp --skip-javascript` added my webpack config and followed your instructions. The only …
-
First of all!
Really COOL boilerplate for getting started with Chrome extension development.
I was struggling with getting chrome as a global variable. And ChatGPT just gave me a headache with i…
-
**When used together with**
https://dev.to/tuandm/laravel--vuejs--laravue---a-beautiful-dashboard-for-laravel-3h11
**I'm not very experienced, please help me figure it out.**
**Error**
https:/…
-
If you are using AMD loading (js base directory is `example.com/assets`):
``` js
require(["jquery"], function ($) {
});
```
there is problem with async loading. File compiled by webpack is loading a…
-
新功能需求:
```html
```
```html
```
对于这种情况,这个 src 不会被 webpack 的 url-loader 解析。
代码:[https://github.com/rainke/art-demo/tree/src](https://github.com/rainke/art-demo/tree/src) src…
-
- **Package Name**: @azure/communication-email
- **Package Version**: 1.0.0
- **Operating system**:
- [x] **nodejs**
- **version**: v18.17.1
- [ ] **browser**
- **name/version**:
- [x]…
-
Building the frontend with
```
yarn build
```
generates the warnings:
```
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
…
-
After starting up webpack using npm run web-dev, I get several errors from eslint, and one error related to iconv-lite. It appears that some or all of these errors prevent webpack from serving bundled…