File tree Expand file tree Collapse file tree 5 files changed +220
-125
lines changed
Expand file tree Collapse file tree 5 files changed +220
-125
lines changed Original file line number Diff line number Diff line change 2323 },
2424 "devDependencies" : {
2525 "@babel/core" : " ^7.16.7" ,
26+ "@babel/plugin-transform-runtime" : " ^7.19.6" ,
2627 "@babel/preset-env" : " ^7.16.7" ,
2728 "@babel/preset-react" : " ^7.16.7" ,
2829 "@stylelint/postcss-css-in-js" : " ^0.37.2" ,
6465 },
6566 "dependencies" : {
6667 "@babel/runtime" : " ^7.17.2" ,
67- "@fortawesome/fontawesome-free" : " ^5.15.4" ,
6868 "axios" : " ^0.25.0" ,
6969 "bezier-easing" : " ^2.1.0" ,
70- "core-js" : " ^3.21.1" ,
71- "es5-shim" : " ^4.6.5" ,
72- "es6-shim" : " ^0.35.6" ,
73- "es7-shim" : " ^6.0.0" ,
7470 "fastify" : " ^3.25.3" ,
7571 "fastify-sensible" : " ^3.1.2" ,
7672 "fastify-static" : " ^4.5.0" ,
8379 "react-dom" : " ^17.0.2" ,
8480 "react-helmet" : " ^6.1.0" ,
8581 "react-router-dom" : " 6" ,
86- "regenerator-runtime" : " ^0.13.9" ,
8782 "sqlite3" : " ^5.1.2" ,
8883 "styled-components" : " ^5.3.3" ,
8984 "typeorm" : " ^0.2.44" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import "./foundation/side-effects" ;
2-
31import React from "react" ;
42import ReactDOM from "react-dom" ;
53
Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ module.exports = [
3232 } ,
3333 {
3434 exclude : / [ \\ / ] e s m [ \\ / ] / ,
35+ // test: [/\.js$/, /\.jsx$/],
3536 test : / \. j s x ? $ / ,
3637 use : {
3738 loader : "babel-loader" ,
3839 options : {
40+ plugins : [ "@babel/plugin-transform-runtime" ] ,
3941 presets : [
4042 [
4143 "@babel/preset-env" ,
You can’t perform that action at this time.
0 commit comments