UNPKG

@ronymmoura/react-reports

Version:

【WIP】React components to create reports

6 lines (5 loc) 198 B
const fs = require('fs'); fs.copyFile('./dist/Report.css', '../../../public/Report.css', (err) => { if (err) throw err; console.log('Report.css was copied to ./public/Report.css'); });