rollup-pkg

1.0.1 • Public • Published

configfile.js

module.exports = [
    {
        input: 'src/components/rollup/A1.js',
        fileName: "A1",
        compnentName: "WeiMob.A1",
        outPutBasePath: "./public",
        external: ['react', 'loadsh', './B1'],
    },
    {
        input: 'src/components/rollup/A2.js',
        fileName: "A2",
        compnentName: "WeiMob.A2",
        outPutBasePath: "./public",
        external: ['react', 'loadsh', './B1'],
    },
    ...
]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i rollup-pkg

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

14 kB

Total Files

10

Last publish

Collaborators

  • owlyme