9169165a03
* feat: generate new nx application * feat: add env variables & render a headline * feat: add netlify config * feat: add cypress projectId and delete unused files
8 lines
218 B
TypeScript
8 lines
218 B
TypeScript
/**
|
|
* Polyfill stable language features. These imports will be optimized by `@babel/preset-env`.
|
|
*
|
|
* See: https://github.com/zloirock/core-js#babel
|
|
*/
|
|
import 'core-js/stable';
|
|
import 'regenerator-runtime/runtime';
|