Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@easypost/node-build

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easypost/node-build

build tools for easypost frontends

  • 0.5.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-84.21%
Maintainers
5
Weekly downloads
 
Created
Source

node-build

Tools for building client-side assets. Builds es6

  • npm install --save @easypost/node-build

Building

  • Add "build": "ep-node-build" to your npm scripts
  • Add "watch": "ep-node-build --watch" to your npm scripts too
  • Add "lint": "ep-node-build lint" to your npm scripts for maximum points. You can run it with --fix too.

Run npm run build or npm run watch respectively.

Customizing

This will automatically load and merge any ${CWD}/webpack.config.js you happen to be using. If you need further customization, create a node-build.js file, which exports a function that takes webpack config and returns webpack config (see ./examples/node-build.js for a template.)

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc