| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6a99b7 commit b72d693
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-class-properties', | ||
| 21 | 20 | '@babel/plugin-syntax-import-assertions', | |
| 22 | 21 | ]; | |
| 23 | 22 | Module._findPath = (request, paths, isMain) => { | |
@@ -40,7 +39,6 @@ module.exports = { | |||
| 40 | 39 | parserOptions: { | |
| 41 | 40 | babelOptions: { | |
| 42 | 41 | plugins: [ | |
| 43 | - Module._findPath('@babel/plugin-syntax-class-properties'), | ||
| 44 | 42 | Module._findPath('@babel/plugin-syntax-import-assertions'), | |
| 45 | 43 | ], | |
| 46 | 44 | }, | |
| 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-class-properties@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 @babel/plugin-syntax-import-assertions@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