Package node-webpack-cli: Information

    Source package: node-webpack-cli
    Version: 4.5.0-alt1
    Build time:  Aug 4, 2021, 10:21 AM
    Report package bug
    License: MIT License
    Summary: Webpack's Command Line Interface
    Description: 
    webpack CLI provides a flexible set of commands for developers to increase speed
    when setting up a custom webpack project.
    As of webpack v4, webpack is not expecting a configuration file,
    but often developers want to create a more custom webpack configuration based on their use-cases and needs.
    webpack CLI addresses these needs by providing a set of tools to improve the setup of custom webpack configuration.
    
    Webpack is a  bundler for javascript and friends. Packs many modules into a few bundled assets.
    Code Splitting allows for loading parts of the application on demand.
    Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images,
    JSON, Coffeescript, LESS, ... and your custom stuff.

    List of rpms provided by this srpm:
    node-webpack-cli (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. node
      2. rpm-build-intro >= 1.9.18
      3. rpm-build-nodejs
      4. rpm-macros-nodejs

    Last changed


    Feb. 23, 2021 Vitaly Lipatov 4.5.0-alt1
    - new version 4.5.0 (with rpmrb script)
    - pack only packages/webpack-cli
    Oct. 13, 2020 Vitaly Lipatov 4.0.0-alt1
    - new version 4.0.0 (with rpmrb script)
    Oct. 29, 2019 Vitaly Lipatov 3.3.9-alt1
    - initial build for ALT Sisyphus