Skip to content

Instantly share code, notes, and snippets.

View AlexanderKaluzhny's full-sized avatar
🕺
Feeling excited about Python, Django, React

Alexander Kaluzhny AlexanderKaluzhny

🕺
Feeling excited about Python, Django, React
  • Ukraine
View GitHub Profile
@AlexanderKaluzhny
AlexanderKaluzhny / craco.config.js
Created August 4, 2019 16:34
Full content of my craco.config.js file
const path = require('path');
const fs = require('fs');
const appDirectory = fs.realpathSync(process.cwd());
const resolveApp = relativePath => path.resolve(appDirectory, relativePath);
const appDevBuild = resolveApp('devBuild');
const WriteFilePlugin = require('write-file-webpack-plugin');