Skip to content

Commit

Permalink
v1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed May 15, 2022
1 parent fcf5a7b commit 371559a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* eslint-disable no-param-reassign */

const CracoAntDesignPlugin = require('craco-antd');
const webpack = require('webpack');
// const SentryCliPlugin = require('@sentry/webpack-plugin');
// const os = require('os');
// const packageJson = require('./package.json');
Expand Down Expand Up @@ -100,13 +99,6 @@ module.exports = () => {
// console.log('Not a release. Skipping source maps upload.');
// }

if (process.env.REACT_CF_API_KEY) {
webpackConfig.plugins.push(
new webpack.EnvironmentPlugin({
REACT_CF_API_KEY: process.env.REACT_CF_API_KEY
})
);
}
webpackConfig.resolve.aliasFields = [];
webpackConfig.resolve.mainFields = ['module', 'main'];
webpackConfig.resolve.alias = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdlauncher",
"version": "1.1.22-beta.2",
"version": "1.1.23",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
2 changes: 1 addition & 1 deletion src/common/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ga from './utils/analytics';

const axioInstance = axios.create({
headers: {
'X-API-KEY': process.env.REACT_CF_API_KEY,
'X-API-KEY': '$2a$10$5BgCleD8.rLQ5Ix17Xm2lOjgfoeTJV26a1BXmmpwrOemgI517.nuC',
'Content-Type': 'application/json',
Accept: 'application/json'
}
Expand Down

0 comments on commit 371559a

Please sign in to comment.