From 60e37e8de078ed6354d9b5cfcc69bec13aaf3f3b Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 28 Jun 2018 21:17:46 +0900 Subject: [PATCH] Use stage-2 preset --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 6c855e5..90fd526 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ config = { exclude: /node_modules/, loader: 'babel-loader', query: { - presets: ['preact'] + presets: ['preact', 'stage-2'] } }, {