0.0.1 • Published 3 years ago

create-react-public-plugin v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

create-react-public-plugin

create-react-public-plugin is create the public folder of your project.

Example Usage

const CreateReactPublicPlugin = require('create-react-public-plugin');
plugins: [
  new CreateReactPublicPlugin({
    rootPath: __dirname,
    projectName: 'public',
    outputFiles: ['favicon.ico','index.html','logo192.png','logo512.png','manifest.json','robots.txt'],
  })
]