File tree Expand file tree Collapse file tree 4 files changed +842
-1930
lines changed
Expand file tree Collapse file tree 4 files changed +842
-1930
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module.exports = api => {
3131 const buildPlugins = clean ( [
3232 '@babel/plugin-proposal-class-properties' ,
3333 '@babel/plugin-transform-react-constant-elements' ,
34- [ 'babel-plugin-transform-react-remove-prop-types' , { removeImport : true } ] ,
34+ 'babel-plugin-transform-react-remove-prop-types' ,
3535 'babel-plugin-transform-react-pure-class-to-function' ,
3636 ( isCJS || isES ) && [
3737 'inline-replace-variables' ,
Original file line number Diff line number Diff line change 120120 "rollup-plugin-babel" : " 4.3.2" ,
121121 "rollup-plugin-commonjs" : " 9.3.4" ,
122122 "rollup-plugin-filesize" : " 6.0.1" ,
123- "rollup-plugin-ignore" : " 1.0.5" ,
124123 "rollup-plugin-node-resolve" : " 4.2.4" ,
125124 "rollup-plugin-replace" : " 2.2.0" ,
126125 "rollup-plugin-uglify" : " 6.0.2" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import resolve from 'rollup-plugin-node-resolve';
22import commonjs from 'rollup-plugin-commonjs' ;
33import babel from 'rollup-plugin-babel' ;
44import replace from 'rollup-plugin-replace' ;
5- import ignore from 'rollup-plugin-ignore' ;
65import { uglify } from 'rollup-plugin-uglify' ;
76import filesize from 'rollup-plugin-filesize' ;
87
@@ -13,7 +12,6 @@ const link = 'https://github.com/algolia/instantsearch.js';
1312const license = `/*! InstantSearch.js ${ version } | ${ algolia } | ${ link } */` ;
1413
1514const plugins = [
16- ignore ( [ 'prop-types' ] ) ,
1715 resolve ( {
1816 browser : true ,
1917 preferBuiltins : false ,
You can’t perform that action at this time.
0 commit comments