1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Add boilerplate for bitwarden_license (#1032)

This commit is contained in:
Oscar Hinton
2021-06-16 20:28:05 +02:00
committed by GitHub
parent c1a7b85f8b
commit 76210c30a8
7 changed files with 555 additions and 478 deletions

View File

@@ -0,0 +1,5 @@
const webpackConfig = require('../webpack.config');
webpackConfig.entry['app/main'] = './bitwarden_license/src/app/main.ts';
module.exports = webpackConfig;