Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
343 B
JavaScript
Executable File
13 lines
343 B
JavaScript
Executable File
require('./sass.dart.js');
|
|
const library = globalThis._cliPkgExports.pop();
|
|
if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;
|
|
library.load({
|
|
util: require("util"),
|
|
stream: require("stream"),
|
|
nodeModule: require("module"),
|
|
fs: require("fs"),
|
|
immutable: require("immutable"),
|
|
});
|
|
|
|
module.exports = library;
|