Marko Antolović
Marko Antolović
It works with old node@sha256:6b5b783c9cfe229af0bd5b0b677dd32005bb22d58465f3d0fe7fbd1c60ce068c Does not work with latest (node:12-alpine) node@sha256:7a6d3e124142fe56b974d5beccf42180f9e217d509a02801838801fc85a15c35 package.json ``` ... "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", } ... ``` yarn.lock ``` ... "@babel/core@>=7.2.2",...
Hello, thank you for making this solution open source. I am wondering if i can use this plugin for multilevel subdomain wildcards? For example *.example.com *.staging.example.com *.development.example.com If so how...