Skip to content

Commit

Permalink
Add electron
Browse files Browse the repository at this point in the history
  • Loading branch information
rkclark committed Jul 23, 2017
1 parent 2d1b3d5 commit 45c236a
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 195 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
4 changes: 2 additions & 2 deletions config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ delete require.cache[require.resolve('./paths')];
const NODE_ENV = process.env.NODE_ENV;
if (!NODE_ENV) {
throw new Error(
'The NODE_ENV environment variable is required but was not specified.',
'The NODE_ENV environment variable is required but was not specified.'
);
}

Expand Down Expand Up @@ -76,7 +76,7 @@ function getClientEnvironment(publicUrl) {
// This should only be used as an escape hatch. Normally you would put
// images into the `src` and `import` them in code to get their paths.
PUBLIC_URL: publicUrl,
},
}
);
// Stringify all values so we can feed into Webpack DefinePlugin
const stringified = {
Expand Down
Loading

0 comments on commit 45c236a

Please sign in to comment.