| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 879dc46 commit d92bd9a
888 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,7 @@ const hacks = [ | |||
| 18 | 18 | 'eslint-plugin-markdown', | |
| 19 | 19 | '@babel/eslint-parser', | |
| 20 | 20 | '@babel/plugin-syntax-class-properties', | |
| 21 | + '@babel/plugin-syntax-import-assertions', | ||
| 21 | 22 | '@babel/plugin-syntax-top-level-await', | |
| 22 | 23 | ]; | |
| 23 | 24 | Module._findPath = (request, paths, isMain) => { | |
@@ -41,6 +42,7 @@ module.exports = { | |||
| 41 | 42 | babelOptions: { | |
| 42 | 43 | plugins: [ | |
| 43 | 44 | Module._findPath('@babel/plugin-syntax-class-properties'), | |
| 45 | + Module._findPath('@babel/plugin-syntax-import-assertions'), | ||
| 44 | 46 | Module._findPath('@babel/plugin-syntax-top-level-await'), | |
| 45 | 47 | ], | |
| 46 | 48 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments