Bundle our own jQuery and jsRender version instead of using the clients version

master
WolverinDEV 2021-04-19 19:40:32 +02:00
parent 3cf7582e05
commit fbb40e7ff9
1 changed files with 0 additions and 3 deletions

View File

@ -23,8 +23,5 @@ export = env => config_base.config(env, "client").then(config => {
callback(undefined, undefined);
});
config.externals.push({ "jquery": "window.$" });
config.externals.push({ "jsrender": "window.$" });
return Promise.resolve(config);
});