summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-01 00:18:04 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-01 00:18:32 +0200
commit2f8b00eba0d21eb403de280120d6222e36fc5ecf (patch)
treee8593967e9eecb4a4ad516fa52236c041f61b442 /webpack.config.js
parent85133c0488fdedb8616ffca73b7118ea5177f9e0 (diff)
Copy over existing styles and map view
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 54aaf75..15f6956 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -6,7 +6,7 @@ module.exports = {
},
module: {
loaders: [
- { test: /\.js$/, exclude: /node_modules/, loader: 'babel?presets[]=react,presets[]=es2015' }
+ { test: /\.js$/, exclude: /node_modules/, loader: 'babel?presets[]=react,presets[]=es2015,presets[]=stage-0' }
]
}
} \ No newline at end of file