soya-next-scripts
Installation
npm install --save soya-next-scriptsUsage
soya-next-scripts devsoya-next-scripts buildsoya-next-scripts start# Build and analyze the back end server bundle
BUNDLE_ANALYZE=server soya-next-scripts build
# Build and analyze the front end browser bundle
BUNDLE_ANALYZE=browser soya-next-scripts build
# Build and analyze both server and browser
BUNDLE_ANALYZE=both soya-next-scripts buildLast updated