This repository was archived by the owner on Feb 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ import path from 'path' ;
12import fs from 'fs' ;
23import Purgecss from 'purgecss' ;
34import { ConcatSource } from 'webpack-sources' ;
4- import path from 'path' ;
55
66var classCallCheck = function ( instance , Constructor ) {
77 if ( ! ( instance instanceof Constructor ) ) {
Original file line number Diff line number Diff line change 22
33function _interopDefault ( ex ) { return ( ex && ( typeof ex === 'object' ) && 'default' in ex ) ? ex [ 'default' ] : ex ; }
44
5+ var path = _interopDefault ( require ( 'path' ) ) ;
56var fs = _interopDefault ( require ( 'fs' ) ) ;
67var Purgecss = _interopDefault ( require ( 'purgecss' ) ) ;
78var webpackSources = require ( 'webpack-sources' ) ;
8- var path = _interopDefault ( require ( 'path' ) ) ;
99
1010var classCallCheck = function ( instance , Constructor ) {
1111 if ( ! ( instance instanceof Constructor ) ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " purgecss-webpack-plugin" ,
3- "version" : " 0.19 .0" ,
3+ "version" : " 0.20 .0" ,
44 "description" : " Purgecss plugin for webpack - Remove unused css" ,
55 "main" : " ./lib/purgecss-webpack-plugin.js" ,
66 "module" : " ./lib/purgecss-webpack-plugin.es.js" ,
4949 "extract-text-webpack-plugin" : " ^3.0.2" ,
5050 "jest" : " ^22.0.6" ,
5151 "prettier" : " ^1.10.2" ,
52- "rollup" : " ^0.54.0 " ,
52+ "rollup" : " ^0.55.1 " ,
5353 "rollup-plugin-babel" : " ^3.0.3" ,
54- "rollup-plugin-commonjs" : " ^8.2.6 " ,
54+ "rollup-plugin-commonjs" : " ^8.3.0 " ,
5555 "rollup-plugin-node-resolve" : " ^3.0.2" ,
5656 "rollup-watch" : " ^4.3.1" ,
5757 "webpack" : " ^3.10.0"
5858 },
5959 "dependencies" : {
60- "purgecss" : " ^0.19 .0" ,
60+ "purgecss" : " ^0.20 .0" ,
6161 "webpack-sources" : " ^1.1.0"
6262 }
6363}
You can’t perform that action at this time.
0 commit comments