From 3389c0832b26b66aea4e6f7f1bacc32ceea01f48 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 28 Dec 2017 15:51:26 +0800 Subject: [PATCH] update README (#330) --- webpack-modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack-modules/README.md b/webpack-modules/README.md index 4771fe4..b61fa73 100644 --- a/webpack-modules/README.md +++ b/webpack-modules/README.md @@ -5,7 +5,7 @@ The example package used by this extension is `left-pad`, an essential package in almost any situation. ## What it does -This example shows how to use a node module in a background and a content script. +This example shows how to use a node module in a background script and popup. It defines two build targets in [webpack.config.js](webpack.config.js), they each generate a file that includes all modules used the entry point and store it in the [addon](addon/) folder. The first one starts with [background_scripts/background.js](background_scripts/background.js)