Open
Description
ssets | node_modules/htmx-ext-sse/node_modules/htmx.org/dist/htmx.esm.js (854:13): Use of eval in "node_modules/htmx-ext-sse/node_modules/htmx.org/dist/htmx.esm.js" is strongly discouraged as it poses security risks and may cause issues with minification.
assets | node_modules/htmx.org/dist/htmx.esm.js (868:13): Use of eval in "node_modules/htmx.org/dist/htmx.esm.js" is strongly discouraged as it poses security risks and may cause issues with minification.
assets | src/js/app.js (2:9): Error when using sourcemap for reporting an error: Can't resolve original location of error.
assets | ✓ 3 modules transformed.
assets | src/js/app.js (2:9): "default" is not exported by "node_modules/htmx-ext-sse/dist/sse.esm.js", imported by "src/js/app.js".
Following is my config: (except htmx-ext-see, both others injected config work well in my app.js)
plugins: [
inject({
exclude: ["src/**/*.scss", "src/**/*.css"],
htmx: "htmx.org",
htmx_sse: "htmx-ext-sse",
_hyperscript: "hyperscript.org",
copyCodeButton: "./copyCodeButton.js",
stork: "./stork.js",
mixManifest: "virtual:mix-manifest",
}),
...
]
Thanks
Metadata
Metadata
Assignees
Labels
No labels