xtpl-loader webpack loader for xtemplate usage module: { loaders: [ { test: /\.xtpl$/, loader: 'xtpl', }, ], }, see index.js webpack.config.js index.html inside tests dir.