This package has been deprecated

Author message:

Use @easypost/build@>0.8.0

@easypost/node-build

0.7.3 • Public • Published

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.)

Readme

Keywords

none

Package Sidebar

Install

npm i @easypost/node-build

Weekly Downloads

1

Version

0.7.3

License

ISC

Unpacked Size

275 kB

Total Files

49

Last publish

Collaborators

  • shelvycodes
  • mwaldt
  • amatthews4851
  • justintime50
  • easypostnpm
  • stephenjwatkins