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

baqend-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baqend-webpack-plugin

Webpack plugin for the Baqend Cloud

  • 1.0.4
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Baqend Webpack Plugin

Webpack plugin for the Baqend Cloud

Installation

Install via NPM:

npm install --save-dev baqend-webpack-plugin

Add to your webpack.config.js:

const BaqendWebpackPlugin = require('baqend-webpack-plugin');

module.exports = {
    // ...
    
    plugins: [
        // ...
        
        new BaqendWebpackPlugin({ app: 'your-baqend-app' }), 
    ]
};

Configuration

You can configure the plugin within the constructor with the following options.

  • app (required, string) : Allows you to specify to which app on Baqend you want to deploy your assets.
  • bucket (optional, string or false, defaults to "www") : Select the file bucket on Baqend to deploy your assets to. If you pass false, no files will be deployed.
  • filePattern (optional, string) : Specify a glob pattern to filter the assets which should be deployed.
  • codeDir (optional, string or false, defaults to false) : Choose a directory to deploy Baqend code from. If you pass false, no code will be deployed.

Keywords

FAQs

Package last updated on 21 Sep 2017

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