Skip to content

Commit

Permalink
name config export
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Apr 16, 2021
1 parent c3a86c9 commit a70779a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/cra-template",
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.2",
"description": "Create React App template for use with @wq/app",
"main": "template.json",
"repository": {
Expand Down
8 changes: 5 additions & 3 deletions packages/cra-template/template/src/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import config from './data/config';
import wqConfig from './data/config';

export default {
...config,
const config = {
...wqConfig,
router: {
'base_url': ''
},
Expand All @@ -19,3 +19,5 @@ export default {
bounds: [[-93.6, 44.7], [-92.8, 45.2]]
}
}

export default config;

0 comments on commit a70779a

Please sign in to comment.