File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2017 brocessing
3+ Copyright (c) 2018 brocessing
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 77
88<div align =" center " >
99 <!-- Version -->
10- <a href =" https://github.com/brocessing/kirby-webpack/releases " ><img src =" https://img.shields.io/badge/version-0.9.0 -green.svg?style=flat-square " alt =" Version " /></a >
10+ <a href =" https://github.com/brocessing/kirby-webpack/releases " ><img src =" https://img.shields.io/badge/version-0.9.1 -green.svg?style=flat-square " alt =" Version " /></a >
1111 <!-- License -->
1212 <a href =" https://raw.githubusercontent.com/brocessing/kirby-webpack/master/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square " alt =" License " /></a >
1313</div >
Original file line number Diff line number Diff line change 11{
22 "name" : " kirby-webpack" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.1 " ,
44 "description" : " A kirby starter-kit with modern frontend tools" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ const sh = require('kool-shell/namespaced')('__kirbywebpack')
1111
1212const compiler = webpack ( webpackConfig )
1313
14- compiler . apply (
15- new ProgressBarPlugin ( {
16- format : sh . colors . gray ( 'build [:bar] :percent' ) ,
17- clear : true ,
18- summary : false
19- } )
20- )
14+ new ProgressBarPlugin ( {
15+ format : sh . colors . gray ( 'build [:bar] :percent' ) ,
16+ clear : true ,
17+ summary : false
18+ } ) . apply ( compiler )
2119
2220Promise . resolve ( )
2321 . then ( ( ) => fs . remove ( path . join ( user . paths . kirby . assets , 'builds' ) ) )
You can’t perform that action at this time.
0 commit comments