Skip to content

Commit d4998fc

Browse files
author
Sebastian Benjamin
committed
Revert "Add VariantTableWidget and associated components"
This reverts commit b7f87ae.
1 parent b7f87ae commit d4998fc

File tree

18 files changed

+19
-1219
lines changed

18 files changed

+19
-1219
lines changed

jbrowse/config/dev.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ clientConfig.resolve.fallback =
2222
"fs": false
2323
}
2424

25-
clientConfig.resolve.alias["react/jsx-dev-runtime"] = "react/jsx-dev-runtime.js"
26-
clientConfig.resolve.alias["react/jsx-runtime"] = "react/jsx-runtime.js"
27-
clientConfig.resolve.alias["process/browser"] = "process/browser.js"
28-
2925
clientConfig.plugins = [new NodePolyfillPlugin()].concat(constants.processPlugins(entryPoints))
3026

3127
clientConfig.module.rules = clientConfig.module.rules.concat(

jbrowse/config/prod.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ clientConfig.resolve.fallback =
2222
"fs": false
2323
}
2424

25-
clientConfig.resolve.alias["react/jsx-dev-runtime"] = "react/jsx-dev-runtime.js"
26-
clientConfig.resolve.alias["react/jsx-runtime"] = "react/jsx-runtime.js"
27-
clientConfig.resolve.alias["process/browser"] = "process/browser.js"
28-
2925
clientConfig.plugins = [new NodePolyfillPlugin()].concat(constants.processPlugins(entryPoints))
3026

3127
clientConfig.module.rules = clientConfig.module.rules.concat(

jbrowse/config/watch.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ clientConfig.resolve.fallback =
2222
"fs": false
2323
}
2424

25-
clientConfig.resolve.alias["react/jsx-dev-runtime"] = "react/jsx-dev-runtime.js"
26-
clientConfig.resolve.alias["react/jsx-runtime"] = "react/jsx-runtime.js"
27-
clientConfig.resolve.alias["process/browser"] = "process/browser.js"
28-
2925
clientConfig.plugins = [new NodePolyfillPlugin()].concat(constants.processPlugins(entryPoints))
3026

3127
clientConfig.module.rules = clientConfig.module.rules.concat(

0 commit comments

Comments
 (0)