mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
rjs -> webpack
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
require('../JsLibraries/jquery');
|
||||
require('../Instrumentation/StringFormat');
|
||||
|
||||
var jquery = require('../JsLibraries/jquery');
|
||||
require('../Instrumentation/StringFormat');
|
||||
window.$ = jquery;
|
||||
window.jQuery = jquery;
|
||||
module.exports = jquery;
|
||||
Reference in New Issue
Block a user