From 9a424d559a50672cb851917e6a3eaecaa2cedc76 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 6 Jul 2018 12:53:58 -0500 Subject: [PATCH] webpack should build against src/browser.js vs. dist/browser.js --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index ea1c1a6..a8c7fbc 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,7 @@ const path = require('path'); const browser = { - entry: path.resolve(__dirname, 'dist') + '/browser.js', + entry: path.resolve(__dirname, 'src') + '/browser.js', mode: 'production', module: { rules: [