aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack/index.ts')
-rw-r--r--src/webpack/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpack/index.ts b/src/webpack/index.ts
index 53eb626..036c2a3 100644
--- a/src/webpack/index.ts
+++ b/src/webpack/index.ts
@@ -16,5 +16,5 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-export * from "./webpack";
export * as Common from "./common";
+export * from "./webpack";