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:
5
bitwarden_license/webpack.config.js
Normal file
5
bitwarden_license/webpack.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const webpackConfig = require('../webpack.config');
|
||||
|
||||
webpackConfig.entry['app/main'] = './bitwarden_license/src/app/main.ts';
|
||||
|
||||
module.exports = webpackConfig;
|
||||
Reference in New Issue
Block a user