Skip to content

Commit 093e6d7

Browse files
author
Ovidiu Barabula
committed
feat(core): add pug plugin
1 parent 79bd16f commit 093e6d7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"deploy"
5353
],
5454
"peerDependencies": {
55+
"@frontvue/plugin-pug": "^1.0.0",
5556
"@frontvue/plugin-stylus": "^1.0.0"
5657
},
5758
"dependencies": {

src/tasks/task-init-project.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ const questions = [
3333
type: 'input',
3434
},
3535
{
36-
choices: ['stylus'],
36+
choices: [
37+
'stylus',
38+
'pug',
39+
],
3740
message: 'What plugins would you like to use?',
3841
name: 'plugins',
3942
type: 'checkbox',

webpack.config.babel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const configuration = {
6767

6868
externals: {
6969
'@frontvue/plugin-stylus': '@frontvue/plugin-stylus',
70+
'@frontvue/plugin-pug': '@frontvue/plugin-pug',
7071
chalk: 'chalk',
7172
commander: 'commander',
7273
gulp: 'gulp',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy