From 75dda78b9c27e6205b6cd09bd23898e63b4b6acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 21 Feb 2018 01:19:16 -0500 Subject: [PATCH] Do not publish Webpack config for test env --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 55850e0a..1df03005 100644 --- a/.npmignore +++ b/.npmignore @@ -18,4 +18,4 @@ coverage/ scripts/ test/ appveyor.yml -webpack.config.js +webpack.config*.js