![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.
@dash4/config
Advanced tools
The following documentation is just relevant for dash4 plugin development. For informations on how to use Dash4 please read this: Dash4 documentation
npm i -D @dash4/server @dash4/config cross-env nodemon rimraf typescript webpack @types/jest jest ts-jest @testing-library/react
package.json
{
"scripts": {
"analyze-bundle-size": "cross-env NODE_ENV=production ANALYZE_ENV=bundle webpack --mode production",
"prebuild": "rimraf build dist",
"build": "npm-run-all build:*",
"build:client": "cross-env NODE_ENV=production webpack --mode production",
"build:server": "tsc --outDir build --project tsconfig.server.json",
"prepublishOnly": "npm-run-all test build",
"start": "cross-env NODE_ENV=development nodemon ./node_modules/@dash4/server/bin --watch ./build --watch ./dash4.config.js",
"static": "node ./node_modules/@dash4/server/bin",
"test": "npm-run-all test:*",
"test:client": "jest --coverage --config=jest.config.js",
"test:server": "jest --coverage --config=jest.server.config.js",
"watch-build": "tsc --watch --outDir build --project tsconfig.server.json",
"watch-dist": "cross-env NODE_ENV=development webpack --mode production --watch",
"watch-test-client": "jest --coverage --watchAll --config=jest.config.js",
"watch-test-server": "jest --coverage --watchAll --config=jest.server.config.js"
}
}
tsconfig.json
{
"extends": "@dash4/config/tsconfig.json",
"exclude": ["dist", "build", "node_modules", "__tests__", "src/server"]
}
tsconfig.test.json
{
"extends": "@dash4/config/tsconfig.test.json",
"exclude": ["dist", "build", "node_modules", "__tests__", "src/server"]
}
tsconfig.server.json
{
"extends": "@dash4/config/tsconfig.server.json",
"exclude": ["dist", "build", "node_modules", "__tests__", "src/client"]
}
jest.config.js
module.exports = require('@dash4/config/jest.config');
jest.server.config.js
module.exports = require('@dash4/config/jest.server.config');
webpack.config.js
module.exports = require('@dash4/config/webpack.config.js')('###PLUGIN_NAME###');
The @dash4/config is MIT licensed
FAQs
dash4 config
The npm package @dash4/config receives a total of 4 weekly downloads. As such, @dash4/config popularity was classified as not popular.
We found that @dash4/config 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.
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.