Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@finclip/blender-compile-m

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finclip/blender-compile-m

需要在项目根目录创建一个 `dev-config.json` 文件添加以下代码

  • 1.0.140
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
101
increased by1342.86%
Maintainers
0
Weekly downloads
 
Created
Source

启动准备

需要在项目根目录创建一个 dev-config.json 文件添加以下代码

{
  "appConfig": "/xxx/your-project"  //需要编译的代码包路径
}

在项目根目录创建一个文件夹 .cache 用于做文件的缓存

启动项目

执行 npm run dev

编译小程序

执行 node testbuild.js

ide 调试编译库

修改 /packages/preview-sdk/main/lib/blender-builder.js

builder = require(process.env.BUILDER_PATH)
// 替换成
builder = require('编译库的路径')

注意事项

  • source-map 目前版本号是0.7.3,如果要更新版本,需要同步更新 /src/vendor/source-map/mappings.wasm 这个文件,如果没更新,有可能会造成打包后的 sourcemap 无法正常使用。

vscode 插件 classdiagram-ts

生成 uml 依赖图,检查依赖

FAQs

Package last updated on 06 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc