diff options
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 90c927eb4..4621e94dd 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'); |