UNPKG

webpack-config-jaid

Version:

Takes tiny input and returns a Webpack config in the way I personally like.

5 lines (4 loc) 109 B
declare module "\*.hbs" { const content: (templateContext?: object) => string; export default content; }