-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
For multiple templates, how to achieve it without specifying manually the files in webpack.config.js?
import NunjucksWebpackPlugin from "nunjucks-webpack-plugin";
export default {
plugins: [
new NunjucksWebpackPlugin({
templates: [
{
from: "/path/to/[name].njk",
to: "[name].html"
}
]
})
]
};Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels