// base.js
context( projectDir )
entry( './src/index.js')
output( () => {
filename( 'bundle.js' )
path$( 'dist' ) } )
Webpkr is a build system for webpack
configurations.
Declarative Build Scripts
|
|
Single Build Truth
|
|
Logical Partitioning
|
|
Just
|
|