From 2c76e01a7fdc2b5fa97d0751119fb52b6b074dcb Mon Sep 17 00:00:00 2001 From: Stefan Rosca Date: Wed, 30 Dec 2015 23:36:30 +0000 Subject: [PATCH] Fix typo --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 36e5069..d696b6d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,7 +15,7 @@ module.exports = { loaders: [ { test: /\.html$/, loader: 'raw' }, { test: /\.styl$/, loader: 'css!style!stylus' }, - // TODO: create loader for .js filest ransfroming from ES2015 to ES5 + // TODO: create loader for .js files transfroming from ES2015 to ES5 ] },