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 ] },