UNPKG

webpack-define-envs-plugin

Version:

Embed environment variables as global constants for local js files.

10 lines (7 loc) 201 B
container := webpack-define-envs-plugin .PHONY: dev dev: docker run -t -i -v `pwd`:/usr/app -w /usr/app --rm --name $(container) node:12-alpine .PHONY: shell shell: docker exec -it $(container) sh