diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-29 09:13:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-29 09:13:59 +0900 |
commit | 55f15c9350cc531324e6182895f494eeb8174bc6 (patch) | |
tree | f7fc53993ba3c0b44717072599d1cb14a2faaceb /webpack.config.js | |
parent | 8773a4ec2891f1ec7bdaf5453eb522ab697606ef (diff) |
Move to react
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 90fd526..9694fd5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ config = { exclude: /node_modules/, loader: 'babel-loader', query: { - presets: ['preact', 'stage-2'] + presets: ['react', 'stage-2'] } }, { |