mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2026-01-18 14:06:38 +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
|
|
};
|