Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
jrichardsz / _plantuml snippets.md
Last active November 11, 2024 14:54
plantuml snippets plantextuml uml diagram as code https://www.planttext.com real architect diagrams ; plan
@trooperandz
trooperandz / babel.config.js
Last active July 6, 2023 05:00
Alias path and module resolution babel setup
module.exports = {
presets: ['@babel/preset-react', 'jest'],
plugins: [
[
'module-resolver',
{
root: ['./src'],
extensions: ['.js', '.jsx', '.json', '.svg', '.png'],
// Note: you do not need to provide aliases for same-name paths immediately under /src/
alias: {