2.1.1 • Published 4 years ago

simple-psql v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

What?

This is a wrapper that makes it a bit easier to configure a Node.js -based app here at Saavu.

Run stuff through dockerized yarn/npm/node

docker run --rm --entrypoint yarn saavu-local/s_node --version

Random notes

Diagnose deprecations

docker run --rm -v $(pwd)/src:/s_node/src --entrypoint sh saavu-local/s_node -c 'cd .. && node --trace-deprecation ./node_modules/.bin/webpack'

TODO

Follow https://github.com/zhirzh/flow-babel-webpack-plugin for a fix to: DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

When fixed, remove: process.noDeprecation = true; from webpack.config.js

2.1.1

4 years ago

2.1.0

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago