You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
({ file, format, globals,plugins: specificPlugins, minify })=>{
75
+
constplugins=[
76
+
...sharedPlugins,
77
+
postcss({
78
+
extract: minify ? 'react-tooltip.min.css' : 'react-tooltip.css',// this will generate a specific file and override on multiples build, but the css will be the same
0 commit comments