quasqui
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
15 lines (12 loc) • 317 B
JavaScript
/* eslint-disable filenames/match-exported, node/no-unsupported-features/es-syntax */
import source from './dep-a';
const config = {
source,
tools: {
babel: () => {
/** empty */
},
},
};
export default config;
/* eslint-enable filenames/match-exported, node/no-unsupported-features/es-syntax */