-
In `next.config.js` it's enough to import this plugin and it breaks the build.
```ts
// next.config.js
const { PinoWebpackPlugin } = require("pino-webpack-plugin");
```
```bash
username@co…
-
npm run dev
> hyper@3.4.0-canary.1 dev
> concurrently -n "Webpack,TypeScript" -c "cyan.bold,blue.bold" "webpack -w" "tsc --build -v --pretty --watch --preserveWatchOutput" -k
[TypeScript] [11:1…
-
### What's not working?
I am following the tutorial here https://redwoodjs.com/tutorial/installation-starting-development, and am running into an error. Here are my project files (just the generated …
-
I am using **ngx-font-picker**. when i installed it in angular and tried to compile with webpack I get the following error
```
ERROR in ./node_modules/ngx-perfect-scrollbar/fesm5/ngx-perfect-scrol…
-
Since [Angular CLI 18.0.0-next.4](https://github.com/angular/angular-cli/releases/tag/18.0.0-next.4) there exists a new `@angular/build` package containing just the new esbuild/vite based builders. Co…
-
### System Info
```
System:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Pro
Memory: 1.06 GB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.17.1 - ~/.nvm/versions/node/…
-
#### Issue description
I receive error: ```Error parsing bundle asset "...": Cannot read properties of undefined (reading 'arguments')``` inside the file of `parseUtils.js` line 254:
```
const min…
-
![image](https://user-images.githubusercontent.com/3740898/39657671-ea6da04c-5012-11e8-8489-d7f87dd17f5b.png)
```
Angular CLI: 6.0.0
Node: 9.11.1
OS: win32 x64
Angular: 6.0.0
... animations, cli…
-
## Current behaviour 💣
I am trying to use the `templateParameters` to pass some variables into my template and it does not work.
I have followed the examples shown:
- Here: https://github…
-
I have a vue3 cli project and have tried to get the vue pinch scroll zoom to work. Something always throws an error.
I have attached the essential parts...
```
error in ./src/components…