{"library":"compile-ejs-loader","type":"library","category":null,"description":"A webpack loader that precompiles EJS templates into JavaScript functions at build time, removing the need for client-side EJS runtime dependencies. Current stable version 0.0.3, last updated 2018 (maintenance mode). For webpack 5+. Unlike ejs-loader, this loader focuses on compiling templates without shipping the full EJS engine to the browser. Supports HTML minification and beautification via options. Very low maintenance cadence; no updates since 2018.","language":"javascript","status":"maintenance","version":"0.0.3","tags":["javascript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install compile-ejs-loader","imports":["import template from 'compile-ejs-loader!./file.ejs';","module.exports = { module: { rules: [ { test: /\\.ejs$/, loader: 'compile-ejs-loader' } ] } }","options: { htmlmin: true, htmlminOptions: { removeComments: true } }"]},{"cmd":"yarn add compile-ejs-loader","imports":[]},{"cmd":"pnpm add compile-ejs-loader","imports":[]}],"homepage":"https://github.com/defims/compile-ejs-loader","github":"https://github.com/defims/compile-ejs-loader","docs":null,"changelog":null,"pypi":null,"npm":"compile-ejs-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}