0.1.0 • Published 2 years ago
@netless/nolyfill-mathjs v0.1.0
@netless/nolyfill-mathjs
Helper package to nolyfill (invalidate) mathjs from white-web-sdk's dependencies.
Because mathjs is used to render the legacy PPT. Using this package can be
helpful when you do not want to use legacy PPT and to include mathjs in your final bundle.
Usage
Edit your package.json.
NPM
https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides
{
"overrides": {
"white-web-sdk": {
"mathjs": "npm:@netless/nolyfill-mathjs@0.1.0"
}
}
}Then run npm install.
PNPM
https://pnpm.io/package_json#pnpmoverrides
{
"pnpm": {
"overrides": {
"white-web-sdk>mathjs": "npm:@netless/nolyfill-mathjs@0.1.0"
}
}
}Then run pnpm install.
Yarn (v1)
https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/#toc-how-to-use-it
{
"resolutions": {
"white-web-sdk/mathjs": "npm:@netless/nolyfill-mathjs@0.1.0"
}
}Then run yarn install.
License
MIT @ netless
0.1.0
2 years ago
0.1.0-beta.0
2 years ago