mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 19:32:12 +08:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
'use strict';
|
|
|
|
const config = {
|
|
appEnv: 'test' // don't remove the appEnv property here
|
|
};
|
|
|
|
export default config;
|