Skip to content

Commit

Permalink
feat(core): add js plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0vidiu committed May 20, 2018
1 parent 5fbd6c5 commit 2a929df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/task-init-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const questions = [
choices: [
'stylus',
'pug',
'js',
],
message: 'What plugins would you like to use?',
name: 'plugins',
Expand Down
1 change: 1 addition & 0 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const configuration = {
externals: {
'@frontvue/plugin-stylus': '@frontvue/plugin-stylus',
'@frontvue/plugin-pug': '@frontvue/plugin-pug',
'@frontvue/plugin-js': '@frontvue/plugin-js',
chalk: 'chalk',
commander: 'commander',
gulp: 'gulp',
Expand Down

0 comments on commit 2a929df

Please sign in to comment.