1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 06:43:31 +00:00
This commit is contained in:
Hinton
2021-11-26 23:13:08 +01:00
parent 4b856d9016
commit 371c21553c
3 changed files with 134 additions and 0 deletions

View File

@@ -124,6 +124,11 @@ const plugins = [
filename: 'captcha-mobile-connector.html',
chunks: ['connectors/captcha'],
}),
new HtmlWebpackPlugin({
template: './src/connectors/cme.html',
filename: 'cme-connector.html',
chunks: ['connectors/cme'],
}),
new CopyWebpackPlugin({
patterns:[
{ from: './src/.nojekyll' },
@@ -218,6 +223,7 @@ const webpackConfig = {
'connectors/duo': './src/connectors/duo.ts',
'connectors/sso': './src/connectors/sso.ts',
'connectors/captcha': './src/connectors/captcha.ts',
'connectors/cme': './src/connectors/cme.ts',
'theme_head': './src/theme.js',
},
externals: {