| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b72d693 commit 3611073
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,6 @@ const hacks = [ | |||
| 17 | 17 | 'eslint-plugin-node-core', | |
| 18 | 18 | 'eslint-plugin-markdown', | |
| 19 | 19 | '@babel/eslint-parser', | |
| 20 | - '@babel/plugin-syntax-import-assertions', | ||
| 21 | 20 | ]; | |
| 22 | 21 | Module._findPath = (request, paths, isMain) => { | |
| 23 | 22 | const r = ModuleFindPath(request, paths, isMain); | |
@@ -39,7 +38,6 @@ module.exports = { | |||
| 39 | 38 | parserOptions: { | |
| 40 | 39 | babelOptions: { | |
| 41 | 40 | plugins: [ | |
| 42 | - Module._findPath('@babel/plugin-syntax-import-assertions'), | ||
| 43 | 41 | ], | |
| 44 | 42 | }, | |
| 45 | 43 | requireConfigFile: false, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ ROOT="$PWD/../.." | |||
| 18 | 18 | NPM="$ROOT/deps/npm/bin/npm-cli.js" | |
| 19 | 19 | ||
| 20 | 20 | "$NODE" "$NPM" init --yes | |
| 21 | - "$NODE" "$NPM" install --global-style --no-bin-links --production --no-package-lock @babel/core @babel/eslint-parser@latest @babel/plugin-syntax-import-assertions@latest | ||
| 21 | + "$NODE" "$NPM" install --global-style --no-bin-links --production --no-package-lock @babel/core @babel/eslint-parser@latest | ||
| 22 | 22 | ||
| 23 | 23 | # Use dmn to remove some unneeded files. | |
| 24 | 24 | "$NODE" "$NPM" exec -- dmn@2.2.2 -f clean | |
| Back | FazBrowse Home | New Git URL |
0 commit comments