deps-flatlist-webpack

1.0.0 • Public • Published

deps-flatlist-webpack

Creates lists for webpack modules

Usage

const getDepList = require('deps-flatlist-webpack')
const config = require('webpack.config.js')

  getDepList(config)
    .then((res) => {
      console.log(res)
    })
})

Readme

Keywords

Package Sidebar

Install

npm i deps-flatlist-webpack

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arndissler