From af347c315bd4d801aab81c964827bd4b4c67c107 Mon Sep 17 00:00:00 2001 From: Danijel Malinovic Date: Thu, 17 Nov 2022 10:42:46 +0100 Subject: [PATCH] fix: revert output filename #22 --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 4fecaec..96ea7c8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,6 +17,7 @@ module.exports = { }, }, output: { + filename: 'index.js', library: 'env-linter', libraryTarget: 'umd', umdNamedDefine: true,