mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Lighter modularization of tgui (#7698)
This commit is contained in:
@@ -33,8 +33,7 @@ module.exports = (env = {}, argv) => {
|
||||
context: path.resolve(__dirname),
|
||||
target: ['web', 'es3', 'browserslist:ie 8'],
|
||||
entry: {
|
||||
// 'tgui': ['./packages/tgui-polyfill', './packages/tgui'], // CHOMPstation Edit - TGUI Modulation
|
||||
'tgui': ['./packages/tgui-polyfill', './packages/tgui_ch'],
|
||||
'tgui': ['./packages/tgui-polyfill', './packages/tgui'],
|
||||
'tgui-panel': ['./packages/tgui-polyfill', './packages/tgui-panel'],
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user