From 2e0a3613e1cc59ac0d8f431c4c9be9d9bb764b89 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 28 Aug 2018 14:41:54 -0400 Subject: [PATCH] Update webpack.md --- modular_js/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_js/webpack.md b/modular_js/webpack.md index 2fd8b2a..df38589 100644 --- a/modular_js/webpack.md +++ b/modular_js/webpack.md @@ -330,7 +330,7 @@ Now you can run npm run build ``` -and it will open up your browser automatically. Change a file, and see it reload. +and it will open up your browser automatically. **NOTE** Webpack doesn't actually write the transpiled files to disk. Instead it serves them from memory. You can delete the `dist` directory