From c9ec4a1f9b14f3d0d3192ba88cc2216b31952206 Mon Sep 17 00:00:00 2001 From: Shangwen Wang Date: Wed, 5 Jul 2017 18:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/guides/author-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/author-libraries.md b/content/guides/author-libraries.md index bb131d7532c6..3f76b51f505c 100644 --- a/content/guides/author-libraries.md +++ b/content/guides/author-libraries.md @@ -15,7 +15,7 @@ webpack is a tool which can be used to bundle application code and also to bundl Let's assume that you are writing a small library `webpack-numbers` allowing to convert numbers 1 to 5 from their numeric to a textual representation and vice-versa. The implementation makes use of ES2015 modules, and might look like this: -__src/index.js__ +__src/webpack-numbers__ ```javascript import _ from 'lodash';