webpack-zg-utils

0.0.2 • Public • Published

Webpack ZG utils

Installation

npm install webpack-zg-utils
yarn add webpack-zg-utils

Usage

Inside your webpack.config file add following:

  plugins: [
    new moduleSerializer([
      { extension: 'js', outputFile: './dist/js/js.txt'},
      { extension: 'css', outputFile: './dist/css/css.txt'}
    ]),
  ]

Module serializer will match all files with given extension and add their paths to output file.

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-zg-utils

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

130 kB

Total Files

9

Last publish

Collaborators

  • xolir