@aws-amplify/core

v1.2.4
Core category of aws-amplify

lint

tslint 'src/**/*.ts'

test

tslint 'src/**/*.ts' && jest -w 1 --coverage

build

npm run clean && npm run build:esm && npm run build:cjs

clean

rimraf lib-esm lib dist

format

echo "Not implemented"

build:cjs

node ./build es5 && webpack && webpack --config ./webpack.config.dev.js

build:esm

node ./build es6

build-with-test

npm test && npm run build
npm i @aws-amplify/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • Amazon Web Services
  • released 10/29/2019

Downloads