UNPKG

158 BPlain TextView Raw
1{
2 "plugins": [
3 ["babel-plugin-root-import", {
4 "rootPathSuffix": "src"
5 }],
6 ["transform-html-import-to-string"]
7 ],
8 "presets": ["env"]
9}