aboutsummaryrefslogtreecommitdiff
path: root/juick-www/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r--juick-www/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js
index 27e4a28a..0b833b04 100644
--- a/juick-www/webpack.config.js
+++ b/juick-www/webpack.config.js
@@ -20,6 +20,7 @@ module.exports = {
{ test: /\.css$/, loader: 'csslint?failOnWarning=false', exclude: /node_modules/ }
],
loaders: [
+ { test: /killy.index\.js$/, loader: 'babel-loader', query: { presets: ['es2015'] }},
{ test: /\.css$/, loader: ExtractTextPlugin.extract("style-loader", "css-loader") },
{ test: /\.png$/, loader: "url-loader?limit=10000000000" },
{ test: /\.svg$/, loader: "url-loader?limit=10000000000" }