mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[GooseMod] Add Webpack common (@goosemod/webpack/common)
This commit is contained in:
parent
d24d0c5b6c
commit
d4b6b0a142
2 changed files with 2 additions and 0 deletions
1
moduleWrappers/goosemod/webpackCommon.js
Normal file
1
moduleWrappers/goosemod/webpackCommon.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = goosemodScope.webpackModules.common;
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue