-
Working on ensuring our out of the box webpack works with Vue templates, as well as these template engines. It should :) But we will need to verify. Right now we know that html and pug work.
-
## Overview
ejs@3 fails to build with the error **"Cannot read property 'forEach' of undefined"**.
The repository is [here](https://github.com/kimulaco/ejs-html-loader-example).
No error occurs…
-
### What happened?
Update: Seems to be an issue creating a new `plasmo` app inside a turbo repo. I've tried with pnpm and npm workspaces and all produce the same error on fresh installs.
**Des…
-
```
# Run npm install --save-dev ejs-compiled-loader@2.2.0 to resolve 2 vulnerabilities
SEMVER WARNING: Recommended action is a potentially breaking change
Low Incorrect Handling …
-
This loader hasn't been updated since last year and doesn't seem to support webpack 5.
For example, I could not find a solution for my problem of using `ejs-loader` and `html-loader` at the same ti…
-
ejs-compiled-loader version is 3.0.0
"webpack" is "4.43.0",
"webpack-cli" is "3.3.11"
Get the following error when building:
> Module build failed (from ./node_modules/ejs-compiled-loader/index…
-
### 依赖
* https://github.com/bazilio91/ejs-compiled-loader
* https://github.com/jantimon/html-webpack-plugin
### Webpack config
```
{
test: /\.ejs$/,
use: {
loader: 'ejs-compiled-…
-
The replacement symbol of template engine {{ and }} conflicts with the template engine of other frameworks. What can you do about it?
-
I suggest to support htmlWebpackPlugin.options in the ejs templates:
-- `webpack.conf.js` --
```
module: {
rules: [
{
test: /\.ejs$/i,
use: [
{ loader: 'html-loader',…
-
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%25…