Skip to content

Latest commit

 

History

History

README.md

@sfusurge/craco-config

SFU Surge Logo

A preset configuration for craco.

Eslint

Installation

After installing @sfusurge/craco-config as a developer dependency, create craco.config.js with the following contents:

const surge = require('@sfusurge/craco-config');

module.exports = surge({
    // Your custom config here.
    // It will be applied after the Surge config.
});

Bundled Plugins