Skip to content

Commit 88d4359

Browse files
chore(frontend): remove ancient babel plugins
1 parent 7a12083 commit 88d4359

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
[![License: MIT](https://img.shields.io/github/license/marcelovicentegc/django-react-typescript)](LICENSE)
1+
# django-react-typescript <!-- omit from toc -->
22

3-
<p align="center">
4-
<img alt="django-react-typescript logo" src="assets/Logo.png" />
5-
<p align="center">Fully-featured, Django 5 + React 18 boilerplate with great DX.</p>
6-
</p>
3+
<img alt="django-react-typescript logo" src="assets/Logo.png" aling="right" width="95" height="95" />
74

8-
---
9-
10-
This is an non-opinionated Django + React boilerplate built with great development experience and easy deployment in mind.
5+
This is an non-opinionated Django 5 + React 18 boilerplate built with great development experience and easy deployment in mind.
116

127
This template is ideal if you want to bootstrap a blog or a portfolio website quickly, or even a more complex application that requires a CMS, all while leveraging the best from React and Django.
138

9+
---
10+
1411
- [Getting started](#getting-started)
1512
- [Setting up a database](#setting-up-a-database)
1613
- [Setting up a CDN](#setting-up-a-cdn)

frontend/babel.config.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,4 @@ module.exports = {
44
"@babel/preset-env",
55
"@babel/preset-react",
66
],
7-
plugins: [
8-
"@loadable/babel-plugin",
9-
"@babel/plugin-transform-runtime",
10-
"@babel/plugin-syntax-dynamic-import",
11-
"@babel/plugin-transform-modules-commonjs",
12-
"@babel/plugin-proposal-optional-chaining",
13-
[
14-
"@babel/plugin-proposal-decorators",
15-
{
16-
legacy: true,
17-
},
18-
],
19-
[
20-
"@babel/plugin-proposal-class-properties",
21-
{
22-
loose: true,
23-
},
24-
],
25-
],
267
};

0 commit comments

Comments
 (0)