From 3afedbdfb9325d6033f5e517d30bb455c3454511 Mon Sep 17 00:00:00 2001 From: Sebastian Janzen Date: Sun, 3 Jul 2016 11:06:09 +0200 Subject: [PATCH] Update webpack.config.js Typo --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 5ca27e1..abf4cbb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -44,7 +44,7 @@ module.exports = { }, plugins: [ new webpack.ProvidePlugin({ - // Automtically detect jQuery and $ as free var in modules + // Automatically detect jQuery and $ as free var in modules // and inject the jquery library // This is required by many jquery plugins jQuery: "jquery",