Move to React
Add .gitignore Removed node_modules from previous commit Fix task modes Fix task modes Fix task modes Remove node_modules Update basic task modal Add notes functionality Improve UI Setup views Add scopes Fix projects layout Restructure Fix rest of the UI issues Cleanup old views Add .env to .gitignore
This commit is contained in:
parent
d06e124e5b
commit
dfcb97a355
125 changed files with 18516 additions and 1134 deletions
10
babel.config.js
Normal file
10
babel.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
presets: [
|
||||
'@babel/preset-env',
|
||||
'@babel/preset-react',
|
||||
'@babel/preset-typescript',
|
||||
],
|
||||
plugins: [
|
||||
process.env.NODE_ENV !== 'production' && 'react-refresh/babel',
|
||||
].filter(Boolean),
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue