@engineerapart/nextscript

v2.0.2
A custom Next script loader for Next.js. Replaces the built-in NextScript component and allows you to apply polyfill pre-loading and business logic.
next.js nextjs next nextscript polyfills preload preloader

prebuild

rimraf dist

build

tsc --project . && rollup -c rollup.config.ts

start

rollup -c rollup.config.ts -w

test

jest

test:watch

jest --watch

lint

tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

changelog

conventional-changelog -p angular -i CHANGELOG.md -s

prepublish

yarn build && npm version patch
npm i @engineerapart/nextscript

Metadata

  • MIT
  • Whatever
  • Patrick
  • released 9/28/2019

Downloads