aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-26 17:04:59 +0900
committerGitHub <noreply@github.com>2017-11-26 17:04:59 +0900
commit0b37c2250e21e8c40c2c5e9abfe51903458cc94d (patch)
tree64555dd19f414d27308ec3cd43ed6bdfef7d077b /webpack.config.js
parent2ae2d1582d6b9f8059b1a3f947d442869a14fbdc (diff)
parentc23333110d846b4bf4a76422853820875b74e93a (diff)
Merge pull request #248 from ueokande/gui-settings
GUI Settings
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 16d437f..fc5ef5e 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -25,7 +25,7 @@ config = {
exclude: /node_modules/,
loader: 'babel-loader',
query: {
- presets: ['es2015', 'react']
+ presets: ['es2015', 'preact']
}
},
{