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

View File

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