Add clarifiing comment to webpack config

This commit is contained in:
Leonid Logvinov 2017-05-24 12:21:56 +02:00
parent 5064fd0026
commit a5678aa3f1
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,3 +1,6 @@
/**
* This is to generate the umd bundle only
*/
const webpack = require('webpack'); const webpack = require('webpack');
const path = require('path'); const path = require('path');