0.7.3 • Published 8 years ago
@easypost/node-build v0.7.3
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--fixtoo.
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.)
0.7.3
8 years ago
0.7.2
8 years ago
0.7.1
8 years ago
0.7.0
8 years ago
0.6.0
8 years ago
0.5.0
8 years ago
0.4.1
8 years ago
0.4.0
8 years ago
0.3.0
8 years ago
0.2.5
8 years ago
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.0
8 years ago
0.0.4
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago