mirror of
https://github.com/bitwarden/browser
synced 2024-12-18 12:22:59 +01:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
|
const webpackConfig = require('../webpack.config');
|
||
|
|
||
|
webpackConfig.entry['app/main'] = './bitwarden_license/src/app/main.ts';
|
||
|
|
||
|
module.exports = webpackConfig;
|