aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.babelrc
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-07 00:20:56 +0800
committercrupest <crupest@outlook.com>2020-08-07 00:20:56 +0800
commit60124e9d83ae2b4ab90d5d45cd5cdfcacc9c3e1b (patch)
treef7e1848583ea74daa6ada134f27e39b4c3fdafda /Timeline/ClientApp/.babelrc
parenta656f37811661db502606b674f91ef1a7005d108 (diff)
downloadtimeline-60124e9d83ae2b4ab90d5d45cd5cdfcacc9c3e1b.tar.gz
timeline-60124e9d83ae2b4ab90d5d45cd5cdfcacc9c3e1b.tar.bz2
timeline-60124e9d83ae2b4ab90d5d45cd5cdfcacc9c3e1b.zip
Use eval-cheap-module-source-map for development.
Diffstat (limited to 'Timeline/ClientApp/.babelrc')
-rw-r--r--Timeline/ClientApp/.babelrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/Timeline/ClientApp/.babelrc b/Timeline/ClientApp/.babelrc
index 78d36a3d..092f2f73 100644
--- a/Timeline/ClientApp/.babelrc
+++ b/Timeline/ClientApp/.babelrc
@@ -1,8 +1,7 @@
{
"presets": [
"@babel/env",
- "@babel/preset-react",
- "@babel/preset-typescript"
+ "@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",