javascript-obfuscator / javascript-obfuscator/webpack-obfuscator
vue-cli4 webpack4 report errors
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 928
- 派生
- 92
- PR 合并指标
- 30 天内没有已合并 PR
描述
When I installed the plugin and referenced it in vue.config.js, before using the plugin, I started the project and encountered the following error message
```package.json
"javascript-obfuscator": "2.5.0",
"webpack-obfuscator": "2.6.0"
```
```vue.config.js
const WebpackObfuscator = require('webpack-obfuscator');
```
```npm run dev
WARNING Compiled with 1 warning 10:39:31
warning in ./node_modules/.store/source-map@0.1.43/node_modules/source-map/lib/source-map/source-map-generator.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
```
Can anyone help me? Thank you very much
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从报告的 vue.config.js 配置以及 package.json 中 webpack-obfuscator 依赖的版本开始。运行 npm run dev,并检查来自 source-map/lib/source-map/source-map-generator.js 的警告。完成的标准是确定该警告由插件还是依赖导致,并记录或修复兼容的配置。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript, webpack
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100