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
By default, if minSrc files are specified and no useMin option is defined, minSrc should be used over src file.
For example, with no NODE_ENV defined, the following bundle.config.js will use jquery.min.js and bootstrap.css. It should use bootstrap.min.css instead.
By default, if
minSrc
files are specified and nouseMin
option is defined,minSrc
should be used oversrc
file.For example, with no
NODE_ENV
defined, the followingbundle.config.js
will usejquery.min.js
andbootstrap.css
. It should usebootstrap.min.css
instead.The text was updated successfully, but these errors were encountered: