fxa/_dev
Danny Coates 3266e312db
fix(edge): fxa failed on Edge
because the preset-env didn't transpile various spread (...) operations

this adds all the preset-env config required to transform for Edge. interestingly, setting the target version for edge is not enough to transform them properly and seems like a bug in the loader.
2020-07-29 17:53:56 -07:00
..
docker fix(docker): added openssl to fxa-node docker image. fixes #5669 2020-06-25 16:02:15 -07:00
pm2 refactor(pm2): restructure our pm2 configs 2020-04-14 14:38:38 -07:00
.eslintrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.prettierrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.stylelintrc feat(storybook): allow Tailwind scss compilation support 2020-06-08 09:57:09 -04:00
README.md refactor(npm-scripts): refactored npm scripts for better ergonomics 2020-04-13 16:17:36 -07:00
tsconfig.base.json refactor(tsconfig): consolidate common tsconfig options 2020-05-26 12:18:51 -07:00
tsconfig.browser.json fix(edge): fxa failed on Edge 2020-07-29 17:53:56 -07:00
tsconfig.node.json refactor(tsconfig): consolidate common tsconfig options 2020-05-26 12:18:51 -07:00

README.md

_dev

This directory contains files to support local development that aren't needed in production, especially things that would otherwise clutter up the root directory.