frack-build-config-factory
v0.8.1-beta.21
Published
Utility scripts to create opinionated webpack and rollup configuration.
Downloads
62
Readme
Frack Build Config Factory
Utility scripts to create opinionated webpack and rollup configuration.
Versioning
We use SemVer for versioning. For the versions available, see the link to tags on this repository.
Tests
@TODO
API
Table of Contents
configFactory
configFactory
Function which generates webpack config from passed options
Parameters
options
Config Build settings, target and stuff
Returns Object
CSSLoaderFactoryOptions
isNode
Is build target NodeJS
isWeb
Is build target web
isProd
Is production build
enableModules
Enable CSS modules
getCssLoaders
CSS Loader factory
Parameters
options
CSSLoaderFactoryOptions Configuration toggles
Returns any
Get Javascript Loader for passed config
Parameters
config
{isProd: boolean, isDev: boolean, babelConfig: Object, root: string} Configuration object
Returns Object Webpack loader config
Api Reference
If the api is external, link to api documentation. If not describe your api including authentication methods as well as explaining all the endpoints with their required parameters.
Database
Explaining what database (and version) has been used. Provide download links. Documents your database design and schemas, relations etc...
Licensing
State what the license is and how to find the text version of the license.