mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 00:48:52 +02:00
♻️ Remove backend package (#1305)
This commit is contained in:
parent
12af4d9c84
commit
d40d4b27e2
33 changed files with 29 additions and 102 deletions
|
@ -19,12 +19,7 @@ const nextConfig = {
|
|||
i18n: i18n,
|
||||
productionBrowserSourceMaps: true,
|
||||
output: "standalone",
|
||||
transpilePackages: [
|
||||
"@rallly/backend",
|
||||
"@rallly/icons",
|
||||
"@rallly/ui",
|
||||
"@rallly/tailwind-config",
|
||||
],
|
||||
transpilePackages: ["@rallly/icons", "@rallly/ui", "@rallly/tailwind-config"],
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue