0.12.2 • Published 5 years ago

@siteone/builder-core v0.12.2

Weekly downloads
23
License
MIT
Repository
-
Last release
5 years ago

@siteone/builder-core

BLDR's core configuration builder.

$ npm install --save-dev @siteone/builder-core

API

core(src, opts)

Returns: WebpackCompiler

Returns an instance of Webpack.

Attaches a BLDR_CONFIG key on the WebpackCompiler directly, containing the parsed bldr.config.js file, if any.

Will also mutate opts will additional keys:

  • src – the resolved src value Equivalent to WebpackCompiler.options.context value.

  • webpack - the require('webpack') instance in use For reuse / convenience elsewhere; eg, Plugins.

src

Type: String Default: 'src'

The name of your "source" directory within the opts.cwd. This will be set as the context for Webpack.

Important: Reverts to the opts.cwd if the directory could not be found.

opts.cwd

Type: String Default: '.'

The current working directory.

opts.dest

Type: String Default: 'build'

The name of the output directory.

opts.analyze

Type: Boolean Default: false

When this and opts.production are both true, attaches and starts Webpack Bundle Analyzer for bundle inspection.

opts.production

Type: Boolean Default: false

If building configuration for production.

opts.template

Type: String

The name or path to a custom template for HTML Webpack Plugin.

If nothing is provided, then BLDR will look for a index.{html,hbs,ejs} file within your src directory.

If an index.(html|hbs|ejs) couldn't be found, then the internal template will be used.

0.12.2

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.4

5 years ago

0.11.3

5 years ago

0.11.2

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.0-rc.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.9

5 years ago

0.7.8

5 years ago

0.7.7

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.5

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.14

5 years ago

0.4.13

5 years ago

0.4.12

5 years ago

0.4.11

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.4-alpha.0

5 years ago

0.1.3-alpha.0

5 years ago

0.1.1

5 years ago

0.1.0-alpha.0

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.21-alpha.0

5 years ago

0.0.20-alpha.1

5 years ago

0.0.20-alpha.0

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago