bitwarden-estensione-browser/bitwarden_license/webpack.config.js

6 lines
159 B
JavaScript
Raw Normal View History

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