UNPKG

parcel-plugin-nunjucks

Version:
12 lines (8 loc) 264 B
'use strict'; require('source-map-support/register'); // Register ourselves as the handler for .njk files var index = (bundler => { bundler.addAssetType('njk', require.resolve('./NunjucksAsset')); }); module.exports = index; //# sourceMappingURL=index.js.map