build: Add separate dev and prod builds and add source-maps to dev build 🎉 (#3330)

* build: Add separate dev and prod builds and add sourcemaps to dev build

* update

* add

* update changelog
This commit is contained in:
Aakansha Doshi
2021-03-28 13:48:26 +05:30
committed by GitHub
parent 26a6f9e76d
commit 3d047d57a7
6 changed files with 115 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es6",
"module": "esNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"jsx": "react-jsx",
"sourceMap": true,
"allowJs": true
}
}