mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-10 04:19:54 +00:00
chore: firecamp-platform moved to platform folder at root
This commit is contained in:
@@ -17,11 +17,11 @@ exports.common = {
|
||||
entry: {
|
||||
index: path.join(
|
||||
__dirname,
|
||||
'./packages/firecamp-platform/src/containers/index.tsx'
|
||||
'./platform/firecamp-platform/src/containers/index.tsx'
|
||||
),
|
||||
// identity: path.join(
|
||||
// __dirname,
|
||||
// './packages/firecamp-platform/src/containers/identity.tsx'
|
||||
// './platform/firecamp-platform/src/containers/identity.tsx'
|
||||
// ),
|
||||
},
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user