~cytrogen/masto-fe

ref: d7d013609c86fbb542c907bc0970b4b48f506708 masto-fe/config/webpack/tests.js -rw-r--r-- 230 bytes
d7d01360 — Zoë Bijl [bugfix] correctly format editorconfig (#78) 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
// Note: You must restart bin/webpack-dev-server for changes to take effect

const { merge } = require('webpack-merge');

const sharedConfig = require('./shared');

module.exports = merge(sharedConfig, {
  mode: 'production',
});