
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
easywebpack-weex-boilerplate
Advanced tools
Weex Native and Web building boilerplate for Webpack
npm install easywebpack-cli -g
npm install
npm start
npm start
// 编译文件到磁盘打包使用(发布正式环境)
npm run build 或者 easy build prod
//build/index.js
const easywebpack = require('easywebpack-weex');
const weexConfig = require('./weex/native');
const webConfig = require('./weex/web');
const NODE_SERVER = process.env.NODE_SERVER;
const webpackConfig = [weexNativeConfig, weexWebConfig];
if (process.env.NODE_ENV === 'development') {
easywebpack.start(webpackConfig);
} else {
easywebpack.build(webpackConfig);
}
start webpack debug server: http://127.0.0.1:8888/debug

FAQs
weex native and web build boilerplate
The npm package easywebpack-weex-boilerplate receives a total of 17 weekly downloads. As such, easywebpack-weex-boilerplate popularity was classified as not popular.
We found that easywebpack-weex-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.