drill4js-cli v0.3.14
AST-parser (drill4js-cli utility)
Production build
Run
set NODE_ENV=production&& npx webpack --config webpack.config.js && rm -rf node_modules && npm i --only=prod && npm prune --production && npm shrinkwrap
Release
To release a new package version:
- Bump version in
package.json
manually - Run commands from Production build section
Run
npm publish --dry-run
:ensure that only necessary files are listed in package preview
ensure that
npm-shrinkwrap.json
does not include development dependencies
Run
npm publish
Development build & debug
Install development dependencies
rm -rf node_modules npm i
Run webpack development server
npm run dev
Attach debugger to the process started with
npm run dev
VScode:
- Run
Debug on fixtures
launch configuration - Edit configuration to debug on different files
Other IDEs:
- Attach debugger of your choice to the running process, use .vscode/launch.json
Debug on fixtures
configuration as the example
- Run
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago