Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azury/bundler

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azury/bundler

A bundler to simplify work at Azury

  • 1.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 20 Dec 2021

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc