mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
settings_profile_fields: Use SortableJS as a module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
1d59fc272c
commit
114cc1ec25
@@ -247,7 +247,6 @@ export default (env?: string): webpack.Configuration[] => {
|
||||
{path: "../static/js/debug.js"},
|
||||
{path: "jquery/dist/jquery.js", name: ["$", "jQuery"]},
|
||||
{path: "handlebars/dist/cjs/handlebars.runtime.js", name: "Handlebars"},
|
||||
{path: "sortablejs/Sortable.js"},
|
||||
{path: "winchan/winchan.js", name: "WinChan"},
|
||||
];
|
||||
config.module.rules.unshift(...getExposeLoaders(exposeOptions));
|
||||
|
||||
Reference in New Issue
Block a user