0.1.8 • Published 5 years ago

@mobiuspace/cli-service v0.1.8

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
5 years ago

@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) => {}
};