- move backend port from 8001 to 8088 - update frontend to use 127.0.0.1 explicitly instead of localhost - add request/response logging middleware to backend - fix explicit CORS origin matching for browser compatibility |
||
|---|---|---|
| .. | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
README.md
@babel/template
Generate an AST from a string template.
See our website @babel/template for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/template
or using yarn:
yarn add @babel/template --dev