laxar-infrastructure
v3.0.0
Published
> base webpack/karma configuration for LaxarJS core modules
Readme
LaxarJS Infrastructure
base webpack/karma configuration for LaxarJS core modules
This is mainly intended for internal use by LaxarJS artifacts, to avoid duplicating webpack and karma configuration across projects.
Usage
The basic steps
yarn add --dev laxar-infrastructurewebpack.config.js: generate configuration using:require( 'laxar-infrastructure' ).webpack( { context: __dirnamne } ).library()and/orrequire( 'laxar-infrastructure' ).webpack( { context: __dirnamne } ).browserSpec( filePatterns )
karma.config.js: generate configuration using:require( 'laxar-infrastructure' ).karma( filePatterns, webpackConfig )here you may want to load the
webpackConfigfrom thewebpack.config.js
