mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
'use strict';
|
|
|
|
let config = require('./config');
|
|
let yeoman = require('./yeoman');
|
|
|
|
module.exports = {
|
|
config: config,
|
|
yeoman: yeoman
|
|
};
|