mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +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
|
|
};
|