![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@nx/rspack
Advanced tools
Nx is a next generation build system with first class monorepo support and powerful integrations.
This package is a Rspack plugin for Nx.
Use --preset=@nx/rspack
when creating new workspace.
e.g.
npx create-nx-workspace@latest rspack-demo --preset=@nx/rspack
Now, you can go into the rspack-demo
folder and start development.
cd rspack-demo
npm start
You can also run lint, test, and e2e scripts for the project.
npm run lint
npm run test
npm run e2e
You can add Rspack to any existing Nx workspace.
First, install the plugin:
npm install --save-dev @nx/rspack
Then, run the rspack-project
generator:
npx nx g @nx/rspack:rspack-project --skipValidation
Note: The --skipValidation
option allows you to overwrite existing build targets.
The @nx/rspack
executor support importing workspace libs into the app.
npx nx g @nx/react:lib mylib
Import the new library in your app.
// src/app/app.tsx
import { Mylib } from '@rspack-demo/mylib';
// ...
export default function App() {
return <MyLib />;
}
Now, run the dev server again to see the new library in action.
npm start
Note: You must restart the server if you make any changes to your library.
FAQs
The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.
The npm package @nx/rspack receives a total of 20,200 weekly downloads. As such, @nx/rspack popularity was classified as popular.
We found that @nx/rspack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.