Skip to content

Commit

Permalink
dev: update vux-loader plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 26, 2017
1 parent 3233a85 commit 7cc9b35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build/vux-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ module.exports = {
env: 'dev'
},
plugins: [
'vux-ui', 'inline-manifest', 'progress-bar', 'duplicate-style',
'vux-ui', 'inline-manifest',
{
name: 'duplicate-style',
envs: ['production']
},
{
name: 'progress-bar',
envs: ['development']
},
{
name: 'js-parser',
test: /main\.js/,
Expand Down

0 comments on commit 7cc9b35

Please sign in to comment.