-
When I try to use webpack-obfuscator with a project created by Vue CLI, it throws an exception ```TypeError: Cannot read property 'tap' of undefined```.
Steps to reproduce:
1) Create an app using …
artfc updated
2 years ago
-
**Describe the bug**
In my `svelte.config.js`, I'm using `globalStyle`. If I make a css change to a style tag with a `global` attribute, the app updates via HMR as expected, but if I revert the cha…
-
I am adding `@angular-architects/module-federation@next` into an **NX Project** and this is my package.json file
`
{
"name":"ems-mfe",
"version":"0.0.0",
"license":"MIT",
"scripts":{…
-
This is my webpack version
"Webpack" : "^ 4.29.6",
"Webpack - cli" : "^ 3.3.0",
"Webpack dev - server" : "^ 3.2.1." "
package.json
```json
{
"name": "test",
"version": "0.0.1",
…
-
## Prerequisites
- [x] Using npm
- [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [x] Using latest version o…
-
### Expected Behavior
> I'd like to be able to exclude plugins on webpack v4
### Actual Behavior
> It crashes when I try to exclude plugins
#### Is an error being thrown?
```
TypeError…
-
### Environment
- Operating System: Darwin
- Node Version: v18.18.2
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: npm@9.9.1
- Builder…
-
vue-cli and webpack are deprecated. Vite is the new supported way to build Vue.js apps.
This is blocked on: #1871, #1870, #1840.
UNKNOWN: Will our Vue2 app build properly with Vite? See https://…
-
## Question
Hi!
I need to use Nestia on a Nest project with monorepo structure. Sadly, I get this error after enable monorepo mode.
```
Error: Error on nestia.core.TypedRoute.Get(): no transform…
-
Right now, Webpack has to be installed globally via `npm i -g webpack webpack-cli`. This could be circumvented by installing it directly via as `devDependency` and creating an [npm script](https://doc…