Skip to content

Commit 1ad4077

Browse files
committed
fix: reverting vite config change
1 parent c0544a0 commit 1ad4077

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ logFilters:
1212
- pattern: "*(p6f2bc), which doesn't satisfy what react-identicons*"
1313
level: discard
1414
- pattern: "*(pca8b0), which doesn't satisfy what react-identicons*"
15-
level: discard
15+
level: discard

web/vite.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default defineConfig({
88
build: {
99
outDir: "../dist",
1010
rollupOptions: {
11-
external: ["@reown/appkit-adapter-wagmi", "@lifi/widget", "@lifi/wallet-management"],
1211
onwarn: (warning, warn) => {
1312
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
1413
return;

0 commit comments

Comments
 (0)