diff --git a/_includes/getting-started-template.html b/_includes/getting-started-template.html index aec7494b6..dab99db1c 100644 --- a/_includes/getting-started-template.html +++ b/_includes/getting-started-template.html @@ -61,6 +61,40 @@
If you use a CommonJS build system (such as Webpack or Browserify), we recommend only loading the controls you need. You can also load all the controls by including the npm package.
+ +This should work out of the box with Browserify.
+ +imports-loader
for webpack
+{% highlight js %}
+npm install --save-dev imports-loader
+{% endhighlight %}
+