From 1a2d5f5c26b8afc61d0b3a6a8f58d099863e1051 Mon Sep 17 00:00:00 2001 From: Jaid Date: Sat, 1 Feb 2020 02:55:31 +0100 Subject: [PATCH] manage: Added `publishimo` to webpack config --- webpack.config.babel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.babel.js b/webpack.config.babel.js index e64fe6c..0bca523 100644 --- a/webpack.config.babel.js +++ b/webpack.config.babel.js @@ -1,5 +1,6 @@ import configure from "webpack-config-jaid" export default configure({ + publishimo: true, documentation: true, }) \ No newline at end of file