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'] } }, {