Skip to content

Commit

Permalink
removes webpack from fluid build tools command for devtools extension (
Browse files Browse the repository at this point in the history
…#21932)

## Description
Removes webpack from the fluid build task step of the devtools browser
extension package
  • Loading branch information
seanimam authored Jul 30, 2024
1 parent 41a205a commit 6a60dce
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/tools/devtools/devtools-browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,6 @@
"webpack": "^5.82.0",
"webpack-cli": "^4.9.2"
},
"fluidBuild": {
"tasks": {
"compile": {
"dependsOn": [
"...",
"webpack"
],
"script": false
}
}
},
"typeValidation": {
"disabled": true,
"broken": {}
Expand Down

0 comments on commit 6a60dce

Please sign in to comment.