UNPKG

q42-cms-components

Version:

Front-end package that provides a UI on top of the QMS back-end

12 lines (10 loc) 282 B
'use strict' const merge = require('webpack-merge'); const WebpackCleanupPlugin = require('webpack-cleanup-plugin') const common = require('./webpack.common.js'); module.exports = merge(common, { mode: 'production', plugins: [ new WebpackCleanupPlugin() ] });