9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
/**
|
|
* The simplest possible config to get it running with defaults.
|
|
*/
|
|
module.exports = {
|
|
settings: {
|
|
'import/resolver': 'webpack',
|
|
},
|
|
}
|