template-ejs-loader
template-ejs-loader copied to clipboard
ejs-loader with webpack5 support. Chain it to html-loader and use it with html-webpack-plugin.
I use template-ejs-loader on all my [projects](https://www.linkedin.com/pulse/tailwind-webpack-ejs-building-components-made-easy-predrag-nasti%2525C4%252587%3FtrackingId=O6glS4ijTyy8ybBzFBs7ZQ%253D%253D/?trackingId=O6glS4ijTyy8ybBzFBs7ZQ%3D%3D) but on the latest upgrade of HTMLWebpackPlugin and HTML loader packages I can't use it since there is an error. The main problem...
**Describe the bug** When I run npm start for my nodejs project, I get the error: ``` C:\Projects\[project_name]\node_modules\webpack\lib\FileSystemInfo.js:2055 if (path.startsWith(managedPath)) {.... ``` **To Reproduce** See my `webpack.config.js` here: Click me...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
# Problems with this loader Currently, the loader cannot use `htmlWebpackPlugin` values in ejs files. It cannot simply use the data in individual files, but also the values provided by...