[GooseMod] Add Webpack common (@goosemod/webpack/common)

This commit is contained in:
Ducko 2021-05-26 19:01:03 +01:00 committed by Alyxia Sother
parent d24d0c5b6c
commit d4b6b0a142
No known key found for this signature in database
GPG Key ID: 355968D14144B739
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
module.exports = goosemodScope.webpackModules.common;

View File

@ -33,6 +33,7 @@
"alias": {
"@goosemod/patcher": "./moduleWrappers/goosemod/patcher.js",
"@goosemod/webpack": "./moduleWrappers/goosemod/webpack.js",
"@goosemod/webpack/common": "./moduleWrappers/goosemod/webpackCommon.js",
"@goosemod/logger": "./moduleWrappers/goosemod/logger.js",
"@goosemod/reactUtils": "./moduleWrappers/goosemod/reactUtils.js",
"@goosemod/toast": "./moduleWrappers/goosemod/toast.js",