File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dist/react-input-mask.js" : {
3
- "bundled" : 38979 ,
4
- "minified" : 14100 ,
5
- "gzipped" : 4920
3
+ "bundled" : 37946 ,
4
+ "minified" : 13841 ,
5
+ "gzipped" : 4857
6
6
},
7
7
"lib/react-input-mask.development.js" : {
8
8
"bundled" : 33751 ,
Original file line number Diff line number Diff line change @@ -46,10 +46,16 @@ export default [
46
46
file : 'dist/react-input-mask.js' ,
47
47
format : 'umd' ,
48
48
name : 'ReactInputMask' ,
49
- globals : { react : 'React' }
49
+ globals : { ' react' : 'React' , 'react-dom' : 'ReactDOM ' }
50
50
} ,
51
51
external,
52
- plugins : [ ...plugins , sizeSnapshot ( ) ]
52
+ plugins : [
53
+ ...plugins ,
54
+ replace ( {
55
+ 'process.env.NODE_ENV' : '"development"'
56
+ } ) ,
57
+ sizeSnapshot ( )
58
+ ]
53
59
} ,
54
60
55
61
{
@@ -58,7 +64,7 @@ export default [
58
64
file : 'dist/react-input-mask.min.js' ,
59
65
format : 'umd' ,
60
66
name : 'ReactInputMask' ,
61
- globals : { react : 'React' }
67
+ globals : { ' react' : 'React' , 'react-dom' : 'ReactDOM ' }
62
68
} ,
63
69
external,
64
70
plugins : minifiedPlugins
You can’t perform that action at this time.
0 commit comments