From a5678aa3f161791a79452ca6d4d80960ff72754e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 24 May 2017 12:21:56 +0200 Subject: [PATCH] Add clarifiing comment to webpack config --- webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 90c927eb4e..4621e94dd3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,6 @@ +/** + * This is to generate the umd bundle only + */ const webpack = require('webpack'); const path = require('path');