mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-28 11:25:07 +08:00
Config -- added base config object for env-independent settings
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
|
||||
// Settings configured here will be merged into the final config object.
|
||||
export default {
|
||||
}
|
||||
Reference in New Issue
Block a user