-
**Describe the bug**
In an existing sf 5.4 project, I upgraded from easyAdmin 3 tot easyAdmin 4.5.2 in a project using Webpack Encore.
The easyadmin-assets are nicely versioned, but on dashboard, it…
-
Build is hanging on the following. Any ideas? Below is what I get when I run `npm build`.
```
$ node_modules/.bin/rimraf dist && node_modules/.bin/webpack --progress --profile --bail
fallbackLoad…
-
### Affected version
0.16.0-beta.4
### Flutter versions
3.16.0
### No same issues found.
- [X] Yes, I search all issues but not found.
### Steps to Reproduce
.
### Code example
Vue file
```
…
-
``` js
new ImageminAvifWebpackPlugin({
detailedLogs: true,
overrideExtension: true,
config: [{
test: /\.(jpe?g|png|gif)/,
options: {
quality: 75
}
}]…
-
### Essential steps:
1. Move `HyloEditorMobile` out of routing and into top level `window.location.pathname === '/hyloApp/editor'` match
2. Remove `HyloEditor` dependency on store (i.e. `useDispat…
-
I got my app.js and a pages/postMedia.js which are both imported in my twig file.
None of my postMedia.js functions are working and I get this message on the console:
```
Uncaught TypeError: __we…
-
Using **v0.30.2**
I recently noticed that, in Chrome's inspector tool, I am not seeing the correct file / line number reference for my SCSS in the Styles pane.
For example, if I define the follo…
-
- Laravel Mix Version: 6.0.6 (`npm list --depth=0`)
- Node Version (`node -v`):v14.16.0
- NPM Version (`npm -v`):6.14.11
- OS: Windows 10
### Description:
Ive got an error while running…
gemul updated
3 years ago
-
-
插件很棒。
尝试了一下升级到 webpack5 之后,不能通过测试了。
目前发现
1. test 中 `result.compilation.assets['file.js'].source()` 会失败,因为 webpack 5 将 assets 都替换为了 [SizeOnlySource](https://webpack.js.org/blog/2020-10-10-webpac…