mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Added minor es2015 tweaks
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
let config = require('./config');
|
||||
let yeoman = require('./yeoman');
|
||||
const config = require('./config');
|
||||
const yeoman = require('./yeoman');
|
||||
|
||||
module.exports = {
|
||||
config: config,
|
||||
yeoman: yeoman
|
||||
config,
|
||||
yeoman
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user