This package has been deprecated

Author message:

This package has reached end of life and is deprecated. Please refer to our support policy, https://www.itwinjs.org/learning/api-support-policies/, and changelog, https://www.itwinjs.org/v3/changehistory/3.0.0/#package-name-changes.

@bentley/backend-webpack-tools

2.19.53 • Public • Published

backend-webpack-tools

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

The backend-webpack-tools package includes configuration and scripts for bundling iTwin.js service backends and agents.

Available Scripts

backend-webpack-tools start

Runs webpack in watch mode, and optionally starts the backend in either electron or node.

Required options

Name Alias Description Example
--source -s The main entry point for webpack ./lib/main.js
--outDir -o The directory where bundle should be emitted ./dist/

backend-webpack-tools build

Builds an optimized "production" bundle.

Required options

Name Alias Description Example
--source -s The main entry point for webpack ./lib/main.js
--outDir -o The directory where bundle should be emitted ./dist/

Readme

Keywords

none

Package Sidebar

Install

npm i @bentley/backend-webpack-tools

Weekly Downloads

142

Version

2.19.53

License

MIT

Unpacked Size

47.9 kB

Total Files

11

Last publish

Collaborators

  • aruniverse
  • colinkerr
  • cshafer
  • imodeljs
  • wgoehrig