pwgen-for-bios/webpack.config.js
Slava Bacherikov bb946f15e3 Replace closure compiler plugin with official one
Replace webpack-closure-compiler (deprecated) with closure-webpack-plugin,
which is official closure plugin.
Also, reworked CI.
2019-08-29 18:12:44 +03:00

4 lines
151 B
JavaScript

const { getWebpackConfig } = require('./webpack.base');
module.exports = getWebpackConfig(process.env.PRODUCTION, process.env.GOOGLE_ANALYTICS_TAG);