@tayelemma/webpack-config-alpha
v1.3.2
Published
webpack config for use by mfe's within Alpha
Downloads
228
Readme
webpack-config-alpha
It is a single function that builds the "webpack Configuration"
const webpackConfigAlpha = require('@tayelemma/webpack-config-alpha');
module.exports = webpackConfigAlpha({
projectName:'myalphamfe'
})
export type WebpackConfigAlphaOptions ={
orgName?: string;
projectName: string;
disableSingleSpaCss?: true;
disableCssPrefixing?: true;
}projectName is the only required argument
