1.6.1 • Published 7 years ago

@bb-cli/webpack-build v1.6.1

Weekly downloads
2,801
License
SEE LICENSE IN LI...
Repository
-
Last release
7 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

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

1.0.0-pr.1

9 years ago

0.3.25-pr.0

9 years ago

0.3.24

9 years ago

0.3.23

9 years ago

0.3.22

9 years ago

0.3.21

9 years ago

0.3.20

9 years ago

0.3.19

9 years ago

0.3.18

9 years ago

0.3.17

9 years ago

0.3.16

9 years ago

0.3.15

9 years ago

0.3.14

9 years ago

0.3.13

9 years ago

0.3.12

9 years ago

0.3.11

9 years ago

0.3.10

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.5

10 years ago

0.2.5-pr.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago