From fe31b83e42d9c7f784e83fdcc528a7c76e0dacae Mon Sep 17 00:00:00 2001 From: Colder Xihk Date: Sat, 22 Jul 2017 01:21:14 +0800 Subject: [PATCH] fix typo in readme webpack section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index be2e6f9..67caf1d 100644 --- a/README.md +++ b/README.md @@ -1377,7 +1377,6 @@ log.info('hi on info'); ## Webpack Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files: -``` Now tell webpack to ignore files for [optional dependencies](https://webpack.js.org/configuration/module/#module-noparse) in your "webpack.config.js":