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'],
    },
    ...
]

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-pkg

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

14 kB

Total Files

10

Last publish

Collaborators

  • owlyme