Skip to content

Commit

Permalink
chore: identity.html removed in favour of #145
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchit14 committed Nov 6, 2023
1 parent 4021d43 commit b80c0e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
74 changes: 0 additions & 74 deletions platform/firecamp-platform/src/containers/identity.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ const plugins = [
favicon: 'templates/favicon.png',
hash: true,
}),
new HtmlWebpackPlugin({
inject: true,
chunks: ['identity'],
filename: 'identity.html',
template: 'templates/identity.html',
favicon: 'templates/favicon.png',
}),
new NodePolyfillPlugin(),
new webpack.ProgressPlugin({
entries: true,
Expand Down Expand Up @@ -165,10 +158,6 @@ module.exports = {
__dirname,
'./platform/firecamp-platform/src/containers/index.tsx'
),
identity: path.join(
__dirname,
'./platform/firecamp-platform/src/containers/identity.tsx'
),
},
optimization: {
runtimeChunk: 'single',
Expand Down

0 comments on commit b80c0e9

Please sign in to comment.