From 32304d9b840b85d78032b6efc377b81170711ef7 Mon Sep 17 00:00:00 2001 From: Matheus Teixeira Date: Wed, 24 Jun 2020 17:22:59 -0300 Subject: [PATCH] Update README.md --- webpack-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack-sample/README.md b/webpack-sample/README.md index 068bcffa..c1adbfec 100644 --- a/webpack-sample/README.md +++ b/webpack-sample/README.md @@ -4,7 +4,7 @@ This is an extension that uses [https://webpack.js.org]() to bundle and minify i ## Configuration -Webpack in configured in the [`webpack.config.js`](./webpack.config.js)-file. Find annotation inside the file itself or refer to the excellent webpack documentation: [https://webpack.js.org/configuration/](). In short, the config-files defines the entry point of the extension, to use TypeScript, to produce a commonjs-module, and what modules not to bundle. +Webpack is configured in the [`webpack.config.js`](./webpack.config.js)-file. Find annotation inside the file itself or refer to the excellent webpack documentation: [https://webpack.js.org/configuration/](). In short, the config-files defines the entry point of the extension, to use TypeScript, to produce a commonjs-module, and what modules not to bundle. ## Scripts