{"library":"pug-plain-loader","type":"library","category":null,"description":"pug-plain-loader is a Webpack loader that compiles Pug templates into plain HTML. Version 1.1.0 supports Pug 2.x and 3.x, with active maintenance. It is designed for use with vue-loader v15+ to preprocess <template lang=\"pug\"> blocks in Vue single-file components. Unlike pug-html-loader (unmaintained), this loader stays current with Pug releases. It sets doctype to 'html' by default for Vue fragments and can be chained with raw-loader for importing .pug files as HTML strings in JavaScript. Released infrequently.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","pug","loader","webpack","plain"],"install":[{"cmd":"npm install pug-plain-loader","imports":["module.exports = { module: { rules: [ { test: /\\.pug$/, loader: 'pug-plain-loader' } ] } }","module.exports = { module: { rules: [ { test: /\\.pug$/, oneOf: [ { exclude: /\\.vue$/, use: ['raw-loader', 'pug-plain-loader'] }, { use: ['pug-plain-loader'] } ] } ] } }","module.exports = { module: { rules: [ { test: /\\.pug$/, loader: 'pug-plain-loader', options: { data: { myVar: 'value' } } } ] } }"]},{"cmd":"yarn add pug-plain-loader","imports":[]},{"cmd":"pnpm add pug-plain-loader","imports":[]}],"homepage":null,"github":"https://github.com/yyx990803/pug-plain-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/pug-plain-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/pug-plain-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}