aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/webpack.config.js')
-rw-r--r--language-web/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/language-web/webpack.config.js b/language-web/webpack.config.js
index 385c1024..a40b647f 100644
--- a/language-web/webpack.config.js
+++ b/language-web/webpack.config.js
@@ -41,6 +41,7 @@ module.exports = {
41 options: { 41 options: {
42 presets: [ 42 presets: [
43 ['@babel/preset-env', { targets: 'defaults' }], 43 ['@babel/preset-env', { targets: 'defaults' }],
44 '@babel/preset-react',
44 ], 45 ],
45 }, 46 },
46 }, 47 },