humus-old/webpack.config.js

10 lines
456 B
JavaScript
Raw Normal View History

2020-06-15 17:24:43 -05:00
// Whilst the configuration object can be modified here, the recommended way of making
// changes is via the presets' options or Neutrino's API in `.neutrinorc.js` instead.
// Neutrino's inspect feature can be used to view/export the generated configuration.
const neutrino = require('neutrino');
const side = require('./side');
// eslint-disable-next-line import/no-dynamic-require
module.exports = neutrino(require(`./.neutrinorc.${side}`)).webpack();