@mobiuspace/cli-service
v0.1.8
Published
cli-service
Downloads
6
Keywords
Readme
@mobiuspace/cli-service
ms-cli-service serve
ms-cli-service build
cli.config.js
module.exports = {
name: 'app',
entry: 'src/index.tsx',
publicPath: '/',
outputDir: 'dist',
assetsDir: 'assets',
indexPath: 'index.html',
transpileDependencies: [
/* string or regex */
],
// parallel: hasMultipleCores(),
devServer: {},
chainWebpack: (config, env) => {}
};