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

lzy-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lzy-loader

npm i lzy-loader babel-loader @babel/core

latest
npmnpm
Version
1.3.3
Version published
Maintainers
1
Created
Source

LZY格式文件解析器 使用说明(需要配合babel-loader)

npm i lzy-loader babel-loader @babel/core

在webpack的rules配置中添加

    rules: [
            {
                test: /\.lzy$/,
                use: ['babel-loader', 'lzy-loader']
            }
    ]

创建 App.lzy 文件 语言模式设置为js 即可使用标签

新增功能 可以在模板中使用 {( )} 包裹JS代码并执行

FAQs

Package last updated on 09 May 2022

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