Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #103 from OpenDevUFCG/github-token
Browse files Browse the repository at this point in the history
Adiciona github token como variável de ambiente
  • Loading branch information
fanny authored Oct 11, 2019
2 parents 8b649c0 + d5a4502 commit 99ed01e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITHUB_TOKEN=
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import './index.css';
import 'blueprint-css/dist/blueprint.min.css';

const mountNode = document.getElementById('app');

ReactDOM.render(
<BrowserRouter>
<App />
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const config = {
new MiniCssExtractPlugin({
filename: 'style.[contenthash].css',
}),
new webpack.EnvironmentPlugin({ ...process.env }),
],
};

Expand Down

0 comments on commit 99ed01e

Please sign in to comment.