0.0.1 • Published 8 years ago
extension-replace-loader v0.0.1
Pug HTML loader for webpack
Installation
npm install extension-replace-loader
Usage
{
loader: 'extension-replace-loader',
query: {
exts: [
{ from: '.css', to: '.scss' },
{ from: '.html', to: '.pug' }
]
}
}
Don't forget to polyfill require
if you want to use it in node.
See webpack
documentation.
License
0.0.1
8 years ago