1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
bitwarden-browser/bitwarden_license/webpack.config.js
2021-06-16 20:28:05 +02:00

6 lines
159 B
JavaScript

const webpackConfig = require('../webpack.config');
webpackConfig.entry['app/main'] = './bitwarden_license/src/app/main.ts';
module.exports = webpackConfig;