Fix build
This commit is contained in:
parent
4281d2ca53
commit
89c89e648d
|
@ -25,7 +25,7 @@ const devPaths = production
|
||||||
: [
|
: [
|
||||||
{
|
{
|
||||||
find: "@budibase/shared-core",
|
find: "@budibase/shared-core",
|
||||||
replacement: path.resolve("../shared-core/dist/src/index"),
|
replacement: path.resolve("../shared-core/dist/index"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
find: "@budibase/types",
|
find: "@budibase/types",
|
||||||
|
|
Loading…
Reference in New Issue