about summary refs log tree commit diff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-04 21:22:13 -0700
committerGitHub <noreply@github.com>2024-04-04 21:22:13 -0700
commit9bcb0a7a819eeea819b56e32e17a78278b461cff (patch)
tree8ee004375f9812b6c525876f5702b376cf3eb982 /webpack.config.js
parent4e59914d2afeba49ea911e19a610a6be56be6845 (diff)
downloadvoidsky-9bcb0a7a819eeea819b56e32e17a78278b461cff.tar.zst
migrate to `expo-linear-gradient` (#3420)
* replace packages

* rm useless alias from webpack config

* fix accidental double commit

* replace all usages
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index f57ba2e36..6f1de3b8b 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -20,7 +20,6 @@ module.exports = async function (env, argv) {
   let config = await createExpoWebpackConfigAsync(env, argv)
   config = withAlias(config, {
     'react-native$': 'react-native-web',
-    'react-native-linear-gradient': 'react-native-web-linear-gradient',
     'react-native-webview': 'react-native-web-webview',
   })
   config.module.rules = [