Skip to content

Commit

Permalink
Remove babel loader and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
musale committed Oct 17, 2024
1 parent 561afe7 commit 781be33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions samples/app/sp-mgt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"@microsoft/sp-office-ui-fabric-core": "^1.20.0"
},
"devDependencies": {
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
"@rushstack/eslint-config": "2.5.1",
Expand All @@ -34,7 +31,6 @@
"@microsoft/sp-build-web": "^1.20.2",
"@types/webpack-env": "~1.15.2",
"ajv": "^6.12.5",
"babel-loader": "^8.0.0",
"eslint": "8.7.0",
"gulp": "4.0.2",
"typescript": "4.7.4",
Expand Down
4 changes: 0 additions & 4 deletions samples/app/sp-webpart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"@microsoft/sp-office-ui-fabric-core": "^1.20.0"
},
"devDependencies": {
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
"@rushstack/eslint-config": "2.5.1",
Expand All @@ -41,7 +38,6 @@
"@microsoft/sp-build-web": "^1.20.2",
"@types/webpack-env": "~1.15.2",
"ajv": "^6.12.5",
"babel-loader": "^8.0.0",
"eslint": "8.7.0",
"gulp": "4.0.2",
"typescript": "4.7.4",
Expand Down

0 comments on commit 781be33

Please sign in to comment.