mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2026-01-18 14:06:38 +00:00
10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
'use strict';
|
|
|
|
const config = require('./config');
|
|
const yeoman = require('./yeoman');
|
|
|
|
module.exports = {
|
|
config,
|
|
yeoman
|
|
};
|