Socket
Socket
Sign inDemoInstall

@azury/bundler

Package Overview
Dependencies
48
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @azury/bundler

A bundler to simplify work at Azury


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
20.4 MB
Created
Weekly downloads
 

Readme

Source

Azury's Bundler

npm npm GitHub last commit snyk vulnerabilities

Installation

Install the package using your favorite package manager.

npm i @azury/bundler
yarn add @azury/bundler

Bundle

build -i src/index.js -o build/index.js
Options:
  • --watch to bundle in watch mode

  • --css to enable css modules

    import styles from './styles.module.css'
    
    <h1 className={styles.heading}>Hello World</h1>
    
  • --esm to output code as esm

  • --node to enable bundling for Node.js

  • --exlude or -e to exclude files from the bundle

Minify

ℹ️ You can minify any file a folder or just a single file.

build minify -i src -o build

ZIP

ℹ️ Mention the files you want to include in the archive and make sure to not forget the output.

build zip -f some.png other.png image.png -o myarchive.zip

Keywords

FAQs

Last updated on 20 Dec 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc