UNPKG

aws-amplify-react

Version:

AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.

7 lines (5 loc) 175 B
var config = require('./webpack.config.js'); var entry = { 'aws-amplify-react': './lib/index.js', }; module.exports = Object.assign(config, { entry, mode: 'development' });