node-webpack-startup-snapshot-checker
v0.2.1
Published
Test script for verifying whether a given Node.js module can be included in Node.js snapshots
Downloads
9
Readme
node-webpack-startup-snapshot-checker
Use webpack to bundle a Node.js module or package and then verify whether the result can be included in Node.js startup snapshots (using the current executable).
$ npx node-webpack-startup-snapshot-checker ./index.js
Exits with code 0 in case of success, or a nonzero exit code otherwise.