mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-17 11:32:35 +08:00
#1 -- added support to import app configuration based on --env
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const config = {
|
||||
appEnv: 'dev' // feel free to remove the appEnv property here
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user