New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@antmjs/plugin-mini-fix

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antmjs/plugin-mini-fix

解决Taro不应该关心但应用需要自己处理的异常或者优化

Source
npmnpm
Version
2.3.21
Version published
Weekly downloads
134
1388.89%
Maintainers
2
Weekly downloads
 
Created
Source

@antmjs/plugin-mini-fix

解决 Taro 不应该关心但应用需要自己处理的异常或者优化

为什么需要

解决 Taro 不应该关心但应用需要自己处理的异常或者优化

安装

yarn add @antmjs/mini-fix
yarn add @antmjs/plugin-mini-fix --dev

使用

config/index.js

const MiniFixPlugin = require('@antmjs/plugin-mini-fix')
{
  mini: {
    webpackChain(chain) {
      chain
        .plugin('MiniFixPlugin')
        .use(new MiniFixPlugin())
    },
  }
}

Keywords

小程序

FAQs

Package last updated on 02 Aug 2023

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