Socket
Socket
Sign inDemoInstall

@bodiless/webpack

Package Overview
Dependencies
4
Maintainers
5
Versions
453
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bodiless/webpack

Portable webpack configuration for bodiless sites


Version published
Maintainers
5
Created

Changelog

Source

1.0.0-rc.38 (2023-05-31)

Bug Fixes

  • **vital:** Remove dependency on vital-test from starter. (#2052) (035171b)
  • backend: page clone bug (#2086) (9d8e3ae)
  • bodiless-next: Fixing EmptySitemap error in @sites/--minimal-next-- build (#2079) (9e95283)
  • filtering, page, next: editing bugs on NextJS (#2090) (0ce686b)
  • node-version: update node version to 18.16 (#2095) (0c85755)
  • psh: Fixing platform.sh deployment issues (libvips, pm2 backend script path) (6f73003)
  • vital-layout: Move Disclaimer (#2038) (8696b84)

Features

  • backend: Convert backend to TS upgrade/next (#2058) (dfc56be)
  • components, core: Allow moving list items. (#2051) (a949cf2)
  • core,gatsby-theme: Allow composition of custm page editors (#2060) (6cefa34)
  • next, vital-demo-next, vital-next, minimal-next: Add support to run a NextJS site (#2073) (d5671ee)
  • Upgrade/react18 (#2050) (d889687)

Readme

Source

Bodiless-JS CLI

Usage

$ npm install -g @bodiless/cli
$ bodiless COMMAND
running command...
$ bodiless (-v|--version|version)
@bodiless/cli/0.0.52 darwin-x64 node-v16.9.1
$ bodiless --help [COMMAND]
USAGE
  $ bodiless COMMAND
...

Commands

bodiless help [COMMAND]

display help for bodiless

USAGE
  $ bodiless help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bodiless pack

Pack and install dependencies from a local monorepo.

USAGE
  $ bodiless pack

OPTIONS
  -f, --force            Install packages even if they are not existing dependencies of the site
  -h, --help             show CLI help

  -p, --package=package  Name of package to bundle. May be specified more than once. If omitted, will bundle all
                         matching dependencies.

  -r, --repo=repo        [default: .] Path to the local lerna monorepo, relative to the current directory. Must contain
                         the package source in a `packages` directory.

  -s, --site=site        [default: .] Path to the site into which you wish to install packages, relative to the current
                         directory.

  --dry-run              Do not pack or install. Just show list of matching packages.

  --skip-install         Only pack, do not install.

EXAMPLES
  $ bodiless pack -r /path/to/local/monorepo
  $ bodiless pack -s /path/to/site

See code: lib/commands/pack.js

FAQs

Last updated on 31 May 2023

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