UNPKG

q42-cms-components

Version:

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

9 lines (7 loc) 183 B
'use strict' const merge = require('webpack-merge'); const common = require('./webpack.common.js'); module.exports = merge(common, { mode: 'development', watch: true });