import NunjucksWebpackPlugin from "nunjucks-webpack-plugin"; export default { plugins: [ new NunjucksWebpackPlugin({ templates: [ { from: "/path/to/template.njk ...
確定! 回上一頁