Summary:
All of the files in the dist directory are minified including react-modal.js instead of just react-modal.min.js
Steps to reproduce:
- Run
./scripts/build
Expected behavior:
The react-modal.js should be transpiled, but not minified. The react-modal.min.js should be both transpiled and minified.
Summary:
All of the files in the
distdirectory are minified includingreact-modal.jsinstead of justreact-modal.min.jsSteps to reproduce:
./scripts/buildExpected behavior:
The
react-modal.jsshould be transpiled, but not minified. Thereact-modal.min.jsshould be both transpiled and minified.