Skip to content

Commit

Permalink
feat: onboarding flow - add analytics - update webpack config (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
YounixM authored Sep 20, 2023
1 parent ccada08 commit 30e0924
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ const sassLoader = 'sass-loader';
const styleLoader = 'style-loader';

const plugins = [
new HtmlWebpackPlugin({ template: 'src/index.html.ejs' }),
new HtmlWebpackPlugin({
template: 'src/index.html.ejs',
INTERCOM_APP_ID: process.env.INTERCOM_APP_ID,
SEGMENT_ID: process.env.SEGMENT_ID,
}),
new CompressionPlugin({
exclude: /.map$/,
}),
Expand Down

0 comments on commit 30e0924

Please sign in to comment.