mirror of
https://github.com/bacher09/pwgen-for-bios.git
synced 2026-09-22 22:28:04 +03:00
Replace webpack-closure-compiler (deprecated) with closure-webpack-plugin, which is official closure plugin. Also, reworked CI.
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
const { getWebpackConfig } = require('./webpack.base');
|
|
|
|
|
|
module.exports = getWebpackConfig(process.env.PRODUCTION, process.env.GOOGLE_ANALYTICS_TAG);
|