config.js 147 B

12345678
  1. /**
  2. * The simplest possible config to get it running with defaults.
  3. */
  4. module.exports = {
  5. settings: {
  6. 'import/resolver': 'webpack',
  7. },
  8. }