1.6.1 • Published 5 years ago

@bb-cli/webpack-build v1.6.1

Weekly downloads
2,801
License
SEE LICENSE IN LI...
Repository
-
Last release
5 years ago

Modules

Functions

@bb-cli/webpack-build : Object

Lib for building frontend code for Backbase Architecture

Example

import build { config } from '@bb-cli/webpack-build';

@bb-cli/webpack-build~BuiltItem : Object

A object that describes an item that has been compiled.

Kind: inner typedef of @bb-cli/webpack-build
Extends: CXPItem
Properties

NameTypeDescription
distDirstringThe path to the built code on the file system.

@bb-cli/webpack-build~CXPItem : Object

An object that describes a catalog item in CXP Manager.

Kind: inner typedef of @bb-cli/webpack-build
Properties

NameTypeDescription
namestringThe CXP item name.
typestringThe CXP item type.
versionstringThe CXP item version.
srcDirstringThe path to the item's source on the file system.

build(items, items, output, plugins) ⇒ Promise.<Array.<BuiltItem>>

Build CXP items with webpack.

Kind: global function
Since: 0.3.0

ParamTypeDescription
itemsArray.<CXPItem>Items to build
itemsArray.<CXPItem>Items that are already built (dependencies)
outputstringPath to build in (will be ${output}/${item.name}/...)
pluginsArray.<string>List of node modules or files to load as config plugins.

theme()

Kind: global function

buildConfig(items, items, output, plugins) ⇒ Object

Get a webpack config suitable for building Backbase items with webpack

Kind: global function
Returns: Object - config Webpack config
Since: 0.3.0

ParamTypeDescription
itemsArray.<CXPItem>Items to build
itemsArray.<CXPItem>Items that are already built (dependencies)
outputstringPath to build in (will be ${output}/${item.name}/...)
pluginsArray.<string>List of node modules or files to load as config plugins.
1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

1.0.0-pr.1

7 years ago

0.3.25-pr.0

7 years ago

0.3.24

7 years ago

0.3.23

7 years ago

0.3.22

7 years ago

0.3.21

7 years ago

0.3.20

7 years ago

0.3.19

7 years ago

0.3.18

7 years ago

0.3.17

7 years ago

0.3.16

7 years ago

0.3.15

7 years ago

0.3.14

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.5

8 years ago

0.2.5-pr.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago