-
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…
-
Is it possible to use this plugin if I am executing my webpack from non-cli environment? I run my webpack compiler from a .ts file without cli scripts and it seems like in those cases DashboardPlugin …
-
### What problem does this feature solve?
I like Vite, but we still need to use webpack base vue-cli in many production.
Vue-cli hasn't been updated for a long time, and there are some PRs and Issue…
-
webpack-encore: 1.1.2
When setting the host to `craft-boilerplate.localhost` the webpack-dev-server resolves it to `127.0.0.1` and starts the dev-server:
![image](https://user-images.githubuserc…
-
# 🐞 bug report
### Affected Package
@angular/router
### Description
Issue https://github.com/angular/angular/issues/10895 requests that the `routerLink`-directive should automatically add `t…
-
依赖情况:
```
"dependencies": {
"@antmjs/vantui": "^2.2.8",
"@babel/runtime": "^7.7.7",
"@reduxjs/toolkit": "^1.9.0",
"@tarojs/components": "3.5.7",
"@tarojs/helper": "3.5.7",
…
-
This project works fine with the actual dependencies but if the dependencies change to actual versions of React and remove enzyme and replaced it by @testing-library/jest-dom the project it doesn't pa…
-
This will help us stay up-to-date with Vue, and let people not have to configure their own Webpack setup.
- [ ] Update to use Vue-CLI
- [ ] Upgrade any packages needed (dotnet or otherwise)
- [ ]…
-
This looks really great. When I try to use it the following works:
```
import './views/*';
```
But this does not:
```
import * as Components from './components/*';
```
When I look in t…
mitar updated
6 months ago
-
I am getting the below errors after running the below commands:
1. git clone
2. npm install
3. npm run build
The build is throwing the below errors:
ERROR in src\github.com\grafana\grafana\node…