-
## vue2 实现多环境打包
### 1、package.json 配置相关配命令
```
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"uat": "node build/uat.js",
"fat": "node build/fat.js",
…
-
**描述遇到的问题**
NotionNext部署错误,信息如下:
1. 错误1
```javascript
[webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Can't resolve '@swc/counter' in
'/vercel/path0/node_modul…
-
For context, I'm using NextJS and following the instructions [here](https://docs.splunk.com/Observability/gdi/get-data-in/rum/browser/instrument-single-page-applications.html#next-js) to instrument th…
-
Hello!
Thanks again for your hard work!
We have a situation where transitive dependency version is selected incorrectly by Rush. I first thought that this is caused by `pnpm`, but after studying…
-
This issue was also discussed here - https://forum.vuejs.org/t/multiple-promise-libraries-being-exported-in-webpack/6610. My thanks to @LinusBorg
## Setup
|Module|Version|
|----------|--------…
-
When upgrade
`webpack-dev-server` ^2.9.1 -> ^3.1.11,
`webpack-bundle-analyzer` ^2.9.0 -> ^3.3.2
I got the issue below:
```
Please install 'webpack-cli' in addition to webpack itself to use the…
-
Using craco in a create-react-app project I'm getting the following error
```
Failed to compile.
./node_modules/@component-controls/base-integration/dist/store.js
Module not found: Can't resolve…
-
## Issue Checklist
- [x] You are submitting: a feature request
- [x] You verified that this is a real problem by searching the [NativeScript Forum] and the other [issues] in this repo.
- [x] …
-
The `adapter()`-function is very noisy when it comes to outputting what it does. It might make sense to use something other then `console.log` in order to notify the user about what's going on. One ap…
-
Hello,
Everything seems to be working OK, but I get this error at every build/start:
```
module.js:557
throw err;
^
Error: Cannot find module '/usr/src/app/dist'
at Function.…