{"library":"ejs-compiled-loader","type":"library","category":null,"description":"Webpack loader that compiles EJS templates (without frontend dependencies) into reusable JavaScript functions. Current stable version is 3.1.0. Release cadence is irregular; major version bumps (e.g., 3.0.0) added webpack 4 support. Key differentiators: it strips out runtime dependencies, compiles templates to functions, supports HTML minification, and is intended for server-side or build-time template compilation—not for browser-ready templates with the full EJS runtime.","language":"javascript","status":"active","version":"3.1.0","tags":["javascript","ejs","webpack","loader","template","es6"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ejs-compiled-loader","imports":["import template from 'ejs-compiled-loader!./file.ejs';","module.exports = { module: { rules: [ { test: /\\.ejs$/, use: 'ejs-compiled-loader' } ] } };","const { compile } = require('ejs'); const template = compile(source);"]},{"cmd":"yarn add ejs-compiled-loader","imports":[]},{"cmd":"pnpm add ejs-compiled-loader","imports":[]}],"homepage":null,"github":"https://github.com/bazilio91/ejs-compiled-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ejs-compiled-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ejs-compiled-loader/compatibility"}}